Changeset 7681 for trunk/include/win/wingdi.h
- Timestamp:
- Dec 26, 2001, 12:32:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wingdi.h
r6683 r7681 1089 1089 1090 1090 /* ExtTextOut() parameters */ 1091 #define ETO_GRAYED 0x01 1092 #define ETO_OPAQUE 0x02 1093 #define ETO_CLIPPED 0x04 1091 #define ETO_GRAYED 0x0001 1092 #define ETO_OPAQUE 0x0002 1093 #define ETO_CLIPPED 0x0004 1094 #define ETO_GLYPH_INDEX 0x0010 1095 #define ETO_RTLREADING 0x0080 1096 #define ETO_IGNORELANGUAGE 0x1000 1097 1098 #define ASPECT_FILTERING 0x0001 1094 1099 1095 1100 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.