summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-07-12 11:22:31 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-07-12 11:22:31 +0000
commit7e644d8aed10a34c13417fc04fc71f22e231e913 (patch)
tree9e400118cac9c9075fc11f4b66e9e7ac87343a8a /winsup/w32api/include
parent05694dc580328716b54d58c2d98ff0fa47e26daa (diff)
downloadcygnal-7e644d8aed10a34c13417fc04fc71f22e231e913.tar.gz
cygnal-7e644d8aed10a34c13417fc04fc71f22e231e913.tar.bz2
cygnal-7e644d8aed10a34c13417fc04fc71f22e231e913.zip
2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE): Define.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/winuser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 9be3dd878..aab36cc75 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -2407,6 +2407,8 @@ extern "C" {
#define XBUTTON2 0x0002
#endif
#if (_WIN32_WINNT >= 0x0501)
+#define FE_FONTSMOOTHINGSTANDARD 0x0001
+#define FE_FONTSMOOTHINGCLEARTYPE 0x0002
#define PW_CLIENTONLY 0x00000001
#define RIM_INPUT 0x00000000
#define RIM_INPUTSINK 0x00000001