mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
gdkwindow-quartz: fix typo
This commit is contained in:
parent
4a6c50c298
commit
4c663f0474
@ -844,13 +844,13 @@ get_nsscreen_for_point (gint x, gint y)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
_gdk_x11_display_create_window_imp (GdkDisplay *display,
|
_gdk_quartz_display_create_window_impl (GdkDisplay *display,
|
||||||
GdkWindow *window,
|
GdkWindow *window,
|
||||||
GdkWindow *real_parent,
|
GdkWindow *real_parent,
|
||||||
GdkScreen *screen,
|
GdkScreen *screen,
|
||||||
GdkEventMask event_mask,
|
GdkEventMask event_mask,
|
||||||
GdkWindowAttr *attributes,
|
GdkWindowAttr *attributes,
|
||||||
gint attributes_mask)
|
gint attributes_mask)
|
||||||
{
|
{
|
||||||
GdkWindowImplQuartz *impl;
|
GdkWindowImplQuartz *impl;
|
||||||
GdkWindowImplQuartz *parent_impl;
|
GdkWindowImplQuartz *parent_impl;
|
||||||
|
Loading…
Reference in New Issue
Block a user