Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-24 14:03:39 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-24 14:03:39 +0400
commit1534dca85838970d2f090744d8a3ab5aad279e4c (patch)
treedaf7f356c3cb2189ca1c021027d0600fb3ebdfe3 /winsup
parenta0a40c99fc7f3a6540a6612964207ecae9cdfe59 (diff)
* include/uxtheme.h (PROPERTYORIGIN): the documentation of
PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation suggests it's actually `enum PROPERTYORIGIN'. Keep both. * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests it's either `THEME_SIZE' or `THEMESIZE' but experimentation suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE' and `enum THEMESIZE'.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog11
-rw-r--r--winsup/w32api/include/uxtheme.h4
2 files changed, 13 insertions, 2 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 21d1aaef2..d6fb47080 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,16 @@
2003-09-24 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+ * include/uxtheme.h (PROPERTYORIGIN): the documentation of
+ PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
+ suggests it's actually `enum PROPERTYORIGIN'. Keep both.
+
+ * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
+ it's either `THEME_SIZE' or `THEMESIZE' but experimentation
+ suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
+ and `enum THEMESIZE'.
+
+2003-09-24 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+
* include/uxtheme.h: New file.
* include/tmschema.h: New file.
* include/uxtheme.def: New file.
diff --git a/winsup/w32api/include/uxtheme.h b/winsup/w32api/include/uxtheme.h
index e9fb8a53c..0d32d820c 100644
--- a/winsup/w32api/include/uxtheme.h
+++ b/winsup/w32api/include/uxtheme.h
@@ -34,14 +34,14 @@ extern "C" {
#define HTTB_SIZINGTEMPLATE 0x0100
#define HTTB_SYSTEMSIZINGMARGINS 0x0200
-typedef enum {
+typedef enum PROPERTYORIGIN {
PO_STATE = 0,
PO_PART = 1,
PO_CLASS = 2,
PO_GLOBAL = 3,
PO_NOTFOUND = 4
} PROPERTYORIGIN;
-typedef enum {
+typedef enum THEMESIZE {
TS_MIN,
TS_TRUE,
TS_DRAW