summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwin32.h
diff options
context:
space:
mode:
authorMartin Schlemmer <11285613@nwu.ac.za>2010-06-11 20:20:07 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-11 20:20:07 +0200
commit4696e941385d03af05cbfc1aaecea72b8bab7696 (patch)
treec41f51ff4b4be48484707a360f40b1dbfab9845a /gdk/win32/gdkwin32.h
parent76db7d69f19ec6388cb8d78d88c02ab5dd0ff952 (diff)
downloadgtk+-4696e941385d03af05cbfc1aaecea72b8bab7696.tar.gz
win32: Fix the xp there to correctly clip when drawing
This makes the xp theme work again, and also enables it.
Diffstat (limited to 'gdk/win32/gdkwin32.h')
-rw-r--r--gdk/win32/gdkwin32.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk/win32/gdkwin32.h b/gdk/win32/gdkwin32.h
index 401bca8fd1..34fc537739 100644
--- a/gdk/win32/gdkwin32.h
+++ b/gdk/win32/gdkwin32.h
@@ -105,6 +105,14 @@ GdkPixbuf *gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon);
HICON gdk_win32_pixbuf_to_hicon_libgtk_only (GdkPixbuf *pixbuf);
void gdk_win32_set_modal_dialog_libgtk_only (HWND window);
+GdkDrawable *gdk_win32_begin_direct_draw_libgtk_only (GdkDrawable *drawable,
+ GdkGC *gc,
+ gpointer *priv_data,
+ gint *x_offset_out,
+ gint *y_offset_out);
+void gdk_win32_end_direct_draw_libgtk_only (gpointer priv_data);
+
+
G_END_DECLS
#endif /* __GDK_WIN32_H__ */