OSDN Git Service

* include/uxtheme.h (PROPERTYORIGIN): the documentation of
authorpapadopo <papadopo>
Wed, 24 Sep 2003 10:03:38 +0000 (10:03 +0000)
committerpapadopo <papadopo>
Wed, 24 Sep 2003 10:03:38 +0000 (10:03 +0000)
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'.

winsup/w32api/ChangeLog
winsup/w32api/include/uxtheme.h

index 21d1aae..d6fb470 100644 (file)
@@ -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.
index e9fb8a5..0d32d82 100644 (file)
@@ -34,14 +34,14 @@ extern "C" {
 #define HTTB_SIZINGTEMPLATE 0x0100\r
 #define HTTB_SYSTEMSIZINGMARGINS 0x0200\r
 \r
-typedef enum {\r
+typedef enum PROPERTYORIGIN {\r
        PO_STATE = 0,\r
        PO_PART = 1,\r
        PO_CLASS = 2,\r
        PO_GLOBAL = 3,\r
        PO_NOTFOUND = 4\r
 } PROPERTYORIGIN;\r
-typedef enum {\r
+typedef enum THEMESIZE {\r
        TS_MIN,\r
        TS_TRUE,\r
        TS_DRAW\r