Drop unimplemented foreign window functions
These have been relegated to backend-specific
This commit is contained in:
parent
b2ff02332f
commit
9dbe3bd316
@ -2853,21 +2853,6 @@ gdk_quartz_window_set_group (GdkWindow *window,
|
||||
/* FIXME: Implement */
|
||||
}
|
||||
|
||||
GdkWindow*
|
||||
gdk_window_foreign_new_for_display (GdkDisplay *display,
|
||||
GdkNativeWindow anid)
|
||||
{
|
||||
/* Foreign windows aren't supported in Mac OS X */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GdkWindow *
|
||||
gdk_window_lookup_for_display (GdkDisplay *display, GdkNativeWindow anid)
|
||||
{
|
||||
/* Foreign windows aren't supported in Mac OS X */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
gdk_quartz_window_enable_synchronized_configure (GdkWindow *window)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user