Changeset 20e8115cee in tspsg for src/defaults.h
- Timestamp:
- Apr 14, 2011, 1:09:20 AM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 8f2427aaf0
- Parents:
- 144fbe6b96
- git-author:
- Oleksii Serdiuk <contacts@…> (04/14/11 01:09:20)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
r144fbe6b96 r20e8115cee 49 49 //! Default for "Save main window state and position" 50 50 #define DEF_SAVEPOS true 51 //! Default for "Use translucency effects in Vista/7" 52 #define DEF_USE_TRANSLUCENCY true 51 /*! 52 * \def DEF_USE_TRANSLUCENCY 53 * \brief Default for "Use translucency effects" 54 */ 55 #ifdef Q_WS_WIN 56 # define DEF_USE_TRANSLUCENCY true 57 #else 58 # define DEF_USE_TRANSLUCENCY false 59 #endif 53 60 //! Default for "Check for updates" 54 61 #define DEF_CHECK_FOR_UPDATES false
Note: See TracChangeset
for help on using the changeset viewer.