Changeset 150 in tspsg-svn for trunk/src/globals.cpp


Ignore:
Timestamp:
Dec 21, 2010, 2:28:51 PM (14 years ago)
Author:
laleppa
Message:
  • Translucency effect is now available on all desktop platforms. No check for its support by window system is made at this moment. Blur is only available in Windows Vista or higher.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/globals.cpp

    r149 r150  
    2424#include "globals.h"
    2525
    26 #ifdef Q_WS_WIN32
     26#ifndef HANDHELD
    2727void toggleStyle(QWidget *widget, bool enable)
    2828{
     
    3333    }
    3434}
    35 #endif // Q_WS_WIN32
     35#endif // HANDHELD
Note: See TracChangeset for help on using the changeset viewer.