RESOLVED FIXED Bug 16388
[GTK] Widget::setCursor() gets called frequently
https://bugs.webkit.org/show_bug.cgi?id=16388
Summary [GTK] Widget::setCursor() gets called frequently
Alp Toker
Reported 2007-12-10 14:33:01 PST
Widget::setCursor() seems to get called on every mouse motion event and it seems the underlying implementation gdk_window_set_cursor() isn't too cheap. This looks like it might be a WebCore bug. Confirmation on ports other than GTK+ would be helpful.
Attachments
Workaround (cache the current GdkCursor*) (1.84 KB, patch)
2007-12-10 14:34 PST, Alp Toker
mjs: review+
Alp Toker
Comment 1 2007-12-10 14:34:46 PST
Created attachment 17827 [details] Workaround (cache the current GdkCursor*)
Maciej Stachowiak
Comment 2 2007-12-11 19:26:27 PST
Comment on attachment 17827 [details] Workaround (cache the current GdkCursor*) r=me
Alp Toker
Comment 3 2007-12-12 09:34:33 PST
Landed in r28655.
Note You need to log in before you can comment on or make changes to this bug.