[Webkit-unassigned] [Bug 14797] [gtk] Make GraphicsContext use a full GdkEventExpose* to ease implementing Widget::paint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 20:11:33 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14797


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15715|                            |review?
               Flag|                            |




------- Comment #1 from freyther at handhelds.org  2007-07-27 20:11 PDT -------
Created an attachment (id=15715)
 --> (http://bugs.webkit.org/attachment.cgi?id=15715&action=view)
Store GdkEventExpose* in GraphicsContext and implement Widget::paint

-No ChangeLog entry as it requires 14781
-This is a patch from git and won't apply with svn-apply

-setGdkExposeEvent matches the Qt naming of such methods (e.g.
mousePressEvent,...) but the parameter has it reversed with GdkEventExpose. I
think the way I named the method follows the WebCore naming style and is the
way to go.
-I ignore the clip rect of Widget::paint but that should directly come from the
expose event anyway.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list