Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
00e2b949
Commit
00e2b949
authored
Dec 17, 2010
by
Matthias Clasen
Browse files
Reinstate the correct field value
parent
572bb200
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/x11/gdkdnd-x11.c
View file @
00e2b949
...
...
@@ -3627,7 +3627,7 @@ gdk_drag_context_x11_drag_status (GdkDragContext *context,
xev
.
xclient
.
data
.
l
[
1
]
=
(
action
!=
0
)
?
(
2
|
1
)
:
0
;
xev
.
xclient
.
data
.
l
[
2
]
=
0
;
xev
.
xclient
.
data
.
l
[
3
]
=
0
;
xev
.
xclient
.
data
.
l
[
4
]
=
0
;
xev
.
xclient
.
data
.
l
[
4
]
=
xdnd_action_to_atom
(
display
,
action
)
;
if
(
!
xdnd_send_xevent
(
context_x11
,
context
->
source_window
,
FALSE
,
&
xev
))
GDK_NOTE
(
DND
,
g_message
(
"Send event to %lx failed"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment