Ignore:
Timestamp:
Sep 15, 2009, 3:21:22 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented standard cursor shapes (#54).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication.cpp

    r95 r182  
    25062506#if defined(Q_WS_WIN)
    25072507  extern void qt_win_set_cursor(QWidget *, bool);
     2508
     2509
    25082510#elif defined(Q_WS_X11)
    25092511  extern void qt_x11_enforce_cursor(QWidget *, bool);
     
    26572659#if defined(Q_WS_WIN)
    26582660            qt_win_set_cursor(cursorWidget, true);
     2661
     2662
    26592663#elif defined(Q_WS_X11)
    26602664            qt_x11_enforce_cursor(cursorWidget, true);
Note: See TracChangeset for help on using the changeset viewer.