]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/wingdi.h (SetPixelFormat): Correct prototype.
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 30 Mar 2002 01:03:22 +0000 (01:03 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sat, 30 Mar 2002 01:03:22 +0000 (01:03 +0000)
* include/richedit.h (EM_SHOWSCROLLBAR): Add define.

winsup/w32api/ChangeLog
winsup/w32api/include/richedit.h
winsup/w32api/include/wingdi.h

index 37292c00b0a5f643663effff429ade9f5d351e8f..1104df0fc1f8676bf1f4462ffabd99ade865587f 100644 (file)
@@ -1,3 +1,11 @@
+2002-03-29  David Robinow  <drobinow@yahoo.com>
+
+       * include/wingdi.h (SetPixelFormat): Correct prototype.
+
+2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
+
+       * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
+
 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
 
        * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
index 2fcd464e57d495d0ae1a9245e29c97a484373686..f96991aa2aedeff6266702053f939c49e7ca7b7b 100644 (file)
@@ -139,8 +139,9 @@ extern "C" {
 #define EM_GETUNDONAME (WM_USER+86)
 #define EM_GETREDONAME (WM_USER+87)
 #define EM_STOPGROUPTYPING     (WM_USER+88)
-#define EM_GETTEXTLENGTHEX     (WM_USER+95)
 #define EM_AUTOURLDETECT       (WM_USER+91)
+#define EM_GETTEXTLENGTHEX     (WM_USER+95)
+#define EM_SHOWSCROLLBAR       (WM_USER+96)
 #define EM_SETLANGOPTIONS      (WM_USER+120)
 #define EM_GETLANGOPTIONS      (WM_USER+121)
 #define EM_GETIMECOMPMODE      (WM_USER+122)
index 1a9b5c966d1957f2bfc0ef9bd6ec3ff8ef2d4828..b0af5adebd9174d3d12e033061ad841701c42353 100644 (file)
@@ -2659,7 +2659,7 @@ int WINAPI SetMetaRgn(HDC);
 BOOL WINAPI SetMiterLimit(HDC,FLOAT,PFLOAT);
 UINT WINAPI SetPaletteEntries(HPALETTE,UINT,UINT,const PALETTEENTRY*);
 COLORREF WINAPI SetPixel(HDC,int,int,COLORREF);
-BOOL WINAPI SetPixelFormat(HDC,int,PIXELFORMATDESCRIPTOR*);
+BOOL WINAPI SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR*);
 BOOL WINAPI SetPixelV(HDC,int,int,COLORREF);
 int WINAPI SetPolyFillMode(HDC,int);
 BOOL WINAPI SetRectRgn(HRGN,int,int,int,int);
This page took 0.039817 seconds and 5 git commands to generate.