summaryrefslogtreecommitdiff
path: root/frontends/gtk/bitmap.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-06-09 21:58:21 +0100
committerVincent Sanders <vince@kyllikki.org>2017-06-09 22:01:05 +0100
commit2bec7f113c11329098a7a9d7dfa8766f82357cd2 (patch)
tree0107d72fe6b1e76e3759442c9936098d876b7308 /frontends/gtk/bitmap.c
parent527b19b11146dbb1109f092a93ecbbcbd65a865b (diff)
downloadnetsurf-2bec7f113c11329098a7a9d7dfa8766f82357cd2.tar.gz
netsurf-2bec7f113c11329098a7a9d7dfa8766f82357cd2.tar.bz2
fix gtk bitmap doccomment to be truthful
Diffstat (limited to 'frontends/gtk/bitmap.c')
-rw-r--r--frontends/gtk/bitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/gtk/bitmap.c b/frontends/gtk/bitmap.c
index b42814295..36b614cf9 100644
--- a/frontends/gtk/bitmap.c
+++ b/frontends/gtk/bitmap.c
@@ -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>