projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f8f3c
)
Fix a warning about uninitialized variable
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Sun, 10 Jun 2018 21:00:31 +0000
(21:00 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Sun, 10 Jun 2018 21:21:17 +0000
(21:21 +0000)
gdk/win32/gdkdrag-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkdrag-win32.c
b/gdk/win32/gdkdrag-win32.c
index f6ff6cf351c7197d85891983c4b711170be3d073..be4b55955ddfe76eb00dff67a878172c2b9add7b 100644
(file)
--- a/
gdk/win32/gdkdrag-win32.c
+++ b/
gdk/win32/gdkdrag-win32.c
@@
-2047,6
+2047,8
@@
gdk_win32_drag_context_find_surface (GdkDragContext *context,
EnumWindows (find_window_enum_proc, (LPARAM) &a);
+ *protocol = GDK_DRAG_PROTO_NONE;
+
if (a.result == NULL)
dest_surface = NULL;
else