fix gtk bitmap doccomment to be truthful

This commit is contained in:
Vincent Sanders 2017-06-09 21:58:21 +01:00
parent 527b19b111
commit 2bec7f113c

View File

@ -18,9 +18,9 @@
/**
* \file
* Generic bitmap handling (GDK / GTK+ implementation).
* GTK bitmap handling.
*
* This implements the interface given by desktop/bitmap.h using GdkPixbufs.
* This implements the bitmap interface using cairo image surfaces
*/
#include <assert.h>