Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-10-17 18:27:54 +0000
committerAlexander Kurtakov2012-10-17 19:08:26 +0000
commit7669785e29b0e39c9bebf42af45663b5c2824a63 (patch)
tree958502fb314efa5b3f91a0d6ed838a4d358c1a92 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent35f130070627930dae79842022c951694c5a3dfa (diff)
downloadeclipse.platform.swt-7669785e29b0e39c9bebf42af45663b5c2824a63.tar.gz
eclipse.platform.swt-7669785e29b0e39c9bebf42af45663b5c2824a63.tar.xz
eclipse.platform.swt-7669785e29b0e39c9bebf42af45663b5c2824a63.zip
Use gdk_window* instead of gdk_drawable_get_visible_region()
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 5bcc0ee129..f2b2cf6333 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -565,6 +565,7 @@ typedef enum {
_1gdk_1window_1get_1pointer_FUNC,
_1gdk_1window_1get_1position_FUNC,
_1gdk_1window_1get_1user_1data_FUNC,
+ _1gdk_1window_1get_1visible_1region_FUNC,
_1gdk_1window_1get_1width_FUNC,
_1gdk_1window_1hide_FUNC,
_1gdk_1window_1invalidate_1rect_FUNC,

Back to the top