]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/wingdi.h (SYSPAL_NOSTATIC256): Define.
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 19 Jul 2005 08:49:06 +0000 (08:49 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 19 Jul 2005 08:49:06 +0000 (08:49 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/wingdi.h

index 6c7f56f64611643bb31a018045ad6fc1b1edde80..7e308b07a49c1d2d4ce8111a909bfdb83f3c5bed 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
+
 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
index 23641a8f302538973899d34a1900bac33d112451..6f8d0ad1a19f7901fb21b23d698dc26f6b8f2eb3 100644 (file)
@@ -822,9 +822,10 @@ extern "C" {
 #define DC_BRUSH       18
 #define DC_PEN 19
 #endif
-#define SYSPAL_NOSTATIC 2
-#define SYSPAL_STATIC 1
 #define SYSPAL_ERROR 0
+#define SYSPAL_STATIC 1
+#define SYSPAL_NOSTATIC 2
+#define SYSPAL_NOSTATIC256 3 
 #define TA_BASELINE 24
 #define TA_BOTTOM 8
 #define TA_TOP 0
This page took 0.037367 seconds and 5 git commands to generate.