Changeset 47135 in webkit


Ignore:
Timestamp:
Aug 12, 2009 12:35:00 PM (15 years ago)
Author:
treat@webkit.org
Message:

WINCE PORT: implement Cursor for WINCE. There's no real cursor on most
WinMob devices. We pass the cursor info to application, which so that
can determine what to do.
https://bugs.webkit.org/show_bug.cgi?id=27543

Patch by Yong Li <yong.li@torchmobile.com> on 2009-08-12
Reviewed by Eric Seidel.

  • platform/wince/CursorWince.cpp: Added.
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47134 r47135  
     12009-08-12  Yong Li  <yong.li@torchmobile.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        WINCE PORT: implement Cursor for WINCE. There's no real cursor on most
     6        WinMob devices. We pass the cursor info to application, which so that
     7        can determine what to do.
     8        https://bugs.webkit.org/show_bug.cgi?id=27543
     9
     10        * platform/wince/CursorWince.cpp: Added.
     11
    1122009-08-12  Yong Li  <yong.li@torchmobile.com>
    213
Note: See TracChangeset for help on using the changeset viewer.