summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-09-04 17:48:49 +0200
committerAlexander Larsson <alexl@redhat.com>2009-09-04 17:59:17 +0200
commita10e90b79990fea43817367f3fb47e7fa21262f7 (patch)
tree15e019d40b30915b0097226f816ccb8221d34993
parent76dab7b3b745c285f814311b071fefc8244d5245 (diff)
downloadgdk-pixbuf-a10e90b79990fea43817367f3fb47e7fa21262f7.tar.gz
Move _gdk_window_event_parent_of to gdkinternals.h
gdkprivate.h is in installed file and this function does not need to be exported.
-rw-r--r--gdk/gdkinternals.h2
-rw-r--r--gdk/gdkprivate.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index e35d9392d..973838087 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -630,6 +630,8 @@ GdkEvent * _gdk_make_event (GdkWindow *window,
GdkEventType type,
GdkEvent *event_in_queue,
gboolean before_event);
+gboolean _gdk_window_event_parent_of (GdkWindow *parent,
+ GdkWindow *child);
void _gdk_synthesize_crossing_events (GdkDisplay *display,
GdkWindow *src,
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index e35f30c2b..031fe9ae7 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -43,9 +43,6 @@ void gdk_synthesize_window_state (GdkWindow *window,
GdkWindowState unset_flags,
GdkWindowState set_flags);
-gboolean _gdk_window_event_parent_of (GdkWindow *parent,
- GdkWindow *child);
-
/* Tests whether a pair of x,y may cause overflows when converted to Pango
* units (multiplied by PANGO_SCALE). We don't allow the entire range, leave
* some space for additions afterwards, to be safe...