summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMichael David Emmel <memmel@src.gnome.org>2006-07-03 06:55:15 +0000
committerMichael David Emmel <memmel@src.gnome.org>2006-07-03 06:55:15 +0000
commite0d850a2ade56e07f78a78dee444a30e12874f78 (patch)
treed801f40089a09632e4948c399b12414b9b18886d /gdk
parent4c5373accab15bd01ddc6a75a3e77ccf2ab58ec7 (diff)
downloadgtk+-e0d850a2ade56e07f78a78dee444a30e12874f78.tar.gz
Not sure this went in
Diffstat (limited to 'gdk')
-rw-r--r--gdk/directfb/gdkdirectfb.h2
-rw-r--r--gdk/directfb/gdkwindow-directfb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdk/directfb/gdkdirectfb.h b/gdk/directfb/gdkdirectfb.h
index 38008c220b..05a2b8624d 100644
--- a/gdk/directfb/gdkdirectfb.h
+++ b/gdk/directfb/gdkdirectfb.h
@@ -86,7 +86,7 @@ GdkVisual * gdk_directfb_visual_by_format (DFBSurfacePixelFormat pixel_format
IDirectFBWindow *gdk_directfb_window_lookup(GdkWindow *window);
IDirectFBSurface *gdk_directfb_surface_lookup(GdkWindow *window);
-#if (DIRECTFB_MICRO_VERSION > 24)
+#if (DIRECTFB_MICRO_VERSION > 25)
GdkWindow *gdk_directfb_create_child_window(GdkWindow *parent,
IDirectFBSurface *subsurface);
#endif
diff --git a/gdk/directfb/gdkwindow-directfb.c b/gdk/directfb/gdkwindow-directfb.c
index 3a24482c96..d011a2fd00 100644
--- a/gdk/directfb/gdkwindow-directfb.c
+++ b/gdk/directfb/gdkwindow-directfb.c
@@ -2487,7 +2487,7 @@ gdk_window_get_frame_extents (GdkWindow *window,
* Given a directfb window and a subsurface of that window
* create a gdkwindow child wrapper
*/
-#if (DIRECTFB_MICRO_VERSION > 24)
+#if (DIRECTFB_MICRO_VERSION > 25)
GdkWindow *gdk_directfb_create_child_window(GdkWindow *parent,
IDirectFBSurface *subsurface)
{