forked from AuroraMiddleware/gtk
macos: fix position of drag surface
This commit is contained in:
parent
057bda6cd7
commit
6c8e176cc0
@ -332,7 +332,7 @@ gdk_macos_surface_drag_begin (GdkSurface *surface,
|
||||
drag_surface = _gdk_macos_surface_new (GDK_MACOS_DISPLAY (surface->display),
|
||||
GDK_SURFACE_TEMP,
|
||||
surface,
|
||||
-99, -99, 1, 1);
|
||||
sx, sy, 1, 1);
|
||||
drag = g_object_new (GDK_TYPE_MACOS_DRAG,
|
||||
"drag-surface", drag_surface,
|
||||
"surface", surface,
|
||||
|
Loading…
Reference in New Issue
Block a user