projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089d0ca
)
Fix code style
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Jan 2023 14:41:11 +0000
(14:41 +0000)
committer
Arjan Molenaar
<gaphor@gmail.com>
Sun, 8 Jan 2023 14:41:11 +0000
(14:41 +0000)
gdk/macos/gdkmacosdrag.c
patch
|
blob
|
history
diff --git
a/gdk/macos/gdkmacosdrag.c
b/gdk/macos/gdkmacosdrag.c
index 34e8be98740ad25a5b5c5ec1886ffa89e2b7e931..10a756998db9a28eeb896dca52b4e8c15bbab959 100644
(file)
--- a/
gdk/macos/gdkmacosdrag.c
+++ b/
gdk/macos/gdkmacosdrag.c
@@
-221,7
+221,7
@@
drag_ungrab (GdkMacosDrag *self)
if (self->drag_seat)
{
gdk_seat_ungrab (self->drag_seat);
- g_clear_object(&self->drag_seat);
+ g_clear_object
(&self->drag_seat);
}
display = gdk_drag_get_display (GDK_DRAG (self));