RESOLVED FIXED 47326
Use draw signal instead of expose_event in DragClientGtk when building with gtk3
https://bugs.webkit.org/show_bug.cgi?id=47326
Summary Use draw signal instead of expose_event in DragClientGtk when building with gtk3
Carlos Garcia Campos
Reported 2010-10-07 00:37:33 PDT
expose-event has been removed in gtk3, draw should be used instead.
Attachments
Patch to use draw signal instead of expose-event in DragClientGtk (4.73 KB, patch)
2010-10-07 00:47 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2010-10-07 00:47:07 PDT
Created attachment 70045 [details] Patch to use draw signal instead of expose-event in DragClientGtk
Xan Lopez
Comment 2 2010-10-07 02:31:22 PDT
Comment on attachment 70045 [details] Patch to use draw signal instead of expose-event in DragClientGtk When checking for the clipRect you could just pass NULL since you never use the result, but in the interest of finishing this thing let's go ahead with it.
WebKit Commit Bot
Comment 3 2010-10-07 04:34:43 PDT
Comment on attachment 70045 [details] Patch to use draw signal instead of expose-event in DragClientGtk Clearing flags on attachment: 70045 Committed r69290: <http://trac.webkit.org/changeset/69290>
WebKit Commit Bot
Comment 4 2010-10-07 04:34:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.