summaryrefslogtreecommitdiff
path: root/include/netsurf/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:51:10 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:51:10 +0100
commitc041393e66b4a75cfc1165e184be77cc974a63cb (patch)
tree6e57207a4e8d8b4eee3d28be9fc40b3a0f78622a /include/netsurf/window.h
parent9ce71876ce500e242e2384c21abb38a8f431138b (diff)
downloadnetsurf-c041393e66b4a75cfc1165e184be77cc974a63cb.tar.gz
netsurf-c041393e66b4a75cfc1165e184be77cc974a63cb.tar.bz2
move netsurf header into public API
Diffstat (limited to 'include/netsurf/window.h')
-rw-r--r--include/netsurf/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netsurf/window.h b/include/netsurf/window.h
index 7ecd3c21d..8b3e9c4f4 100644
--- a/include/netsurf/window.h
+++ b/include/netsurf/window.h
@@ -23,8 +23,8 @@
* operations.
*/
-#ifndef _NETSURF_DESKTOP_GUI_WINDOW_H_
-#define _NETSURF_DESKTOP_GUI_WINDOW_H_
+#ifndef _NETSURF_WINDOW_H_
+#define _NETSURF_WINDOW_H_
typedef enum gui_save_type {
GUI_SAVE_SOURCE,