[Webkit-unassigned] [Bug 44062] [Qt] Use LAZY_NATIVE_CURSOR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 17 01:38:06 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44062
--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2010-08-17 01:38:05 PST ---
(From update of attachment 64565)
WebCore/ChangeLog:15
+ * platform/Cursor.h: Typedef PlatformCursor to be a QCursor* to be able create it dinamically.
dynamically
WebCore/ChangeLog:17
+ useless since the EFL PlatformCursor is const char* so there is no problem with initalizing it to zero.
dont make a EFL change as part of this patch please
WebCore/platform/qt/CursorQt.cpp:73
+ #endif
I guess you need to return 0 after this
WebCore/platform/qt/CursorQt.cpp:83
+ m_platformCursor = new QCursor(Qt::ArrowCursor);
wouldn't a lookup table be better?
WebCore/platform/qt/CursorQt.cpp:86
+ m_platformCursor = new QCursor(Qt::CrossCursor);
Where are these being deleted?
Does the Qt QWidget::setCursor stuff still work after this change? Please test.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list