Move _gdk_window_event_parent_of to gdkinternals.h

gdkprivate.h is in installed file and this function does not
need to be exported.
This commit is contained in:
Alexander Larsson 2009-09-04 17:48:49 +02:00
parent 76dab7b3b7
commit a10e90b799
2 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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...