Ignore:
Timestamp:
Aug 13, 2009, 9:16:52 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: More QCursor bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qcursor_p.h

    r108 r111  
    9494    HCURSOR hcurs;
    9595#elif defined (Q_WS_PM)
    96     HPOINTER hcurs;
     96    HPOINTER hptr;
     97    bool isSysPtr;
    9798#elif defined (Q_WS_X11)
    9899    XColor fg, bg;
Note: See TracChangeset for help on using the changeset viewer.