summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-02-19 22:28:36 +0000
committerVincent Sanders <vince@kyllikki.org>2021-02-22 23:04:02 +0000
commit3cf92011c27a0ae650eae61d5b7749e0a5c0f381 (patch)
tree400b0f43bf8c83fc6bb70bb79e337fef34fbf7fa /include/netsurf
parent9e3ef18255464ccf0b7e29db23a436ccdc371959 (diff)
downloadnetsurf-3cf92011c27a0ae650eae61d5b7749e0a5c0f381.tar.gz
netsurf-3cf92011c27a0ae650eae61d5b7749e0a5c0f381.tar.bz2
split out gtk misc operations from gui module
Diffstat (limited to 'include/netsurf')
-rw-r--r--include/netsurf/bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index a85efce99..f5de51423 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -143,14 +143,14 @@ struct gui_bitmap_table {
int (*get_height)(void *bitmap);
/**
- * The the *bytes* per pixel.
+ * Get the *bytes* per pixel.
*
* \param bitmap The bitmap
*/
size_t (*get_bpp)(void *bitmap);
/**
- * Savde a bitmap to disc.
+ * Save a bitmap to disc.
*
* \param bitmap The bitmap to save
* \param path The path to save the bitmap to.