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
df3005e1
Commit
df3005e1
authored
Jan 03, 2006
by
Matthias Clasen
Browse files
Fix the build
parent
53de39a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
df3005e1
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c: Make it compile
* gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
for non-motion events. (#325443, Peter Harvey)
...
...
ChangeLog.pre-2-10
View file @
df3005e1
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c: Make it compile
* gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
for non-motion events. (#325443, Peter Harvey)
...
...
gtk/gtkdnd.c
View file @
df3005e1
...
...
@@ -2221,7 +2221,7 @@ gtk_drag_begin_internal (GtkWidget *widget,
if
(
event
&&
event
->
type
==
GDK_MOTION_NOTIFY
)
gtk_drag_motion_cb
(
info
->
ipc_widget
,
(
GdkEventMotion
*
)
event
,
info
);
else
gtk_drag_update
(
info
,
info
->
screen
,
info
->
cur_x
,
info
->
cur_y
,
event
);
gtk_drag_update
(
info
,
info
->
cur_
screen
,
info
->
cur_x
,
info
->
cur_y
,
event
);
info
->
start_x
=
info
->
cur_x
;
info
->
start_y
=
info
->
cur_y
;
...
...
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