Renamed to adapt to the offscreen rendering changes, fixes build.
2008-05-21 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new), (_gdk_window_reparent): Renamed to adapt to the offscreen rendering changes, fixes build. svn path=/trunk/; revision=20125
This commit is contained in:
committed by
Richard Hult
parent
b3d160ced5
commit
902ac34a1d
@ -781,9 +781,9 @@ _gdk_quartz_window_did_resign_main (GdkWindow *window)
|
||||
}
|
||||
|
||||
GdkWindow *
|
||||
gdk_window_new (GdkWindow *parent,
|
||||
GdkWindowAttr *attributes,
|
||||
gint attributes_mask)
|
||||
_gdk_window_new (GdkWindow *parent,
|
||||
GdkWindowAttr *attributes,
|
||||
gint attributes_mask)
|
||||
{
|
||||
GdkWindow *window;
|
||||
GdkWindowObject *private;
|
||||
@ -1506,10 +1506,10 @@ gdk_window_move_resize (GdkWindow *window,
|
||||
}
|
||||
|
||||
void
|
||||
gdk_window_reparent (GdkWindow *window,
|
||||
GdkWindow *new_parent,
|
||||
gint x,
|
||||
gint y)
|
||||
_gdk_window_reparent (GdkWindow *window,
|
||||
GdkWindow *new_parent,
|
||||
gint x,
|
||||
gint y)
|
||||
{
|
||||
GdkWindowObject *private, *old_parent_private, *new_parent_private;
|
||||
GdkWindowImplQuartz *impl, *old_parent_impl, *new_parent_impl;
|
||||
|
||||
Reference in New Issue
Block a user