summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qmacstyle_mac.mm
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-03-31 14:52:33 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-03-31 14:54:16 (GMT)
commit22500faf878063df5fbd0392aaa876340e9f9c77 (patch)
tree0eb3005bcb45cabd70d06bae15239880ff63fc61 /src/gui/styles/qmacstyle_mac.mm
parentf870d559aa3a3c56f4fe34ada49d613b45963377 (diff)
downloadQt-22500faf878063df5fbd0392aaa876340e9f9c77.zip
Qt-22500faf878063df5fbd0392aaa876340e9f9c77.tar.gz
Qt-22500faf878063df5fbd0392aaa876340e9f9c77.tar.bz2
Add more enums for the search fields.
Again these aren't adding symbols, but these enums are available on earlier versions of Mac OS X (10.3) and we can use them. However, it's silly to have to go back to 10.6 just to find the enums. These will come in handy shortly.
Diffstat (limited to 'src/gui/styles/qmacstyle_mac.mm')
-rw-r--r--src/gui/styles/qmacstyle_mac.mm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/styles/qmacstyle_mac.mm b/src/gui/styles/qmacstyle_mac.mm
index fad9995..a88617c 100644
--- a/src/gui/styles/qmacstyle_mac.mm
+++ b/src/gui/styles/qmacstyle_mac.mm
@@ -132,6 +132,13 @@ enum {
kThemePushButtonTexturedSmall = 32,
kThemePushButtonTexturedMini = 33
};
+
+/* Search fields */
+enum {
+ kHIThemeFrameTextFieldRound = 1000,
+ kHIThemeFrameTextFieldRoundSmall = 1001,
+ kHIThemeFrameTextFieldRoundMini = 1002
+}
#endif
// Resolve these at run-time, since the functions was moved in Leopard.