diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-06-03 07:42:52 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-06-03 07:42:52 +0000 |
commit | 5f0b1578746b0b43ca678c79adefd0f7b5824dbd (patch) | |
tree | 5beb64d21a998085fbef2dc1bda263201b033eb4 /winsup/w32api/include/winuser.h | |
parent | daff15870e39ca7dd2936ab8e80a79b91f105931 (diff) | |
download | cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.tar.gz cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.tar.bz2 cygnal-5f0b1578746b0b43ca678c79adefd0f7b5824dbd.zip |
2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove. Duplicates of
wingdi.h defines.
2006-06-02 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
duplicate defines.
* include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental removal.
(SUBLANG_MARATHI_INDIA): Remove duplicate define.
Diffstat (limited to 'winsup/w32api/include/winuser.h')
-rw-r--r-- | winsup/w32api/include/winuser.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index 8824fb3d1..eae1f464f 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -151,11 +151,6 @@ extern "C" { #define BROADCAST_QUERY_DENY 1112363332 #define ENUM_CURRENT_SETTINGS ((DWORD)-1) #define ENUM_REGISTRY_SETTINGS ((DWORD)-2) -#define DM_BITSPERPEL 0x40000 -#define DM_PELSWIDTH 0x80000 -#define DM_PELSHEIGHT 0x100000 -#define DM_DISPLAYFLAGS 0x200000 -#define DM_DISPLAYFREQUENCY 0x400000 #define CDS_UPDATEREGISTRY 1 #define CDS_TEST 2 #define CDS_FULLSCREEN 4 @@ -1317,7 +1312,6 @@ extern "C" { #define SPI_GETMOUSECLICKLOCK 0x101E #define SPI_GETMOUSECLICKLOCKTIME 0x2008 #define SPI_GETMOUSESONAR 0x101C -#define SPI_GETMOUSETRAILS 0x005E #define SPI_GETMOUSEVANISH 0x1020 #define SPI_SETDROPSHADOW 0x1025 #define SPI_SETFLATMENU 0x1023 @@ -1328,7 +1322,6 @@ extern "C" { #define SPI_SETMOUSECLICKLOCK 0x101F #define SPI_SETMOUSECLICKLOCKTIME 0x2009 #define SPI_SETMOUSESONAR 0x101D -#define SPI_SETMOUSETRAILS 0x005D #define SPI_SETMOUSEVANISH 0x1021 #endif #define SPIF_UPDATEINIFILE 0x0001 |