summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-14 23:08:02 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-14 23:08:02 +0100
commitcc11912da1e2881803828330f85b0fe177b570b6 (patch)
tree3c75b3ab3858c2a29d86ec62959a62266edf682c /gtk
parentc02f552e8704f52e1a9ab92b21cb7d23211d98ab (diff)
downloadnetsurf-cc11912da1e2881803828330f85b0fe177b570b6.tar.gz
netsurf-cc11912da1e2881803828330f85b0fe177b570b6.tar.bz2
Convert framebuffer frontend to bitmap operations table.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/bitmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/bitmap.c b/gtk/bitmap.c
index 4803b0ffc..03b5d9857 100644
--- a/gtk/bitmap.c
+++ b/gtk/bitmap.c
@@ -16,7 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Generic bitmap handling (GDK / GTK+ implementation).
*
* This implements the interface given by desktop/bitmap.h using GdkPixbufs.