Bug 47326 - Use draw signal instead of expose_event in DragClientGtk when building with gtk3
Summary: Use draw signal instead of expose_event in DragClientGtk when building with gtk3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-07 00:37 PDT by Carlos Garcia Campos
Modified: 2010-10-07 04:34 PDT (History)
1 user (show)

See Also:


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 Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2010-10-07 00:37:33 PDT
expose-event has been removed in gtk3, draw should be used instead.
Comment 1 Carlos Garcia Campos 2010-10-07 00:47:07 PDT
Created attachment 70045 [details]
Patch to use draw signal instead of expose-event in DragClientGtk
Comment 2 Xan Lopez 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.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2010-10-07 04:34:48 PDT
All reviewed patches have been landed.  Closing bug.