Changeset 10318 for trunk/include
- Timestamp:
- Nov 14, 2003, 2:43:08 PM (22 years ago)
- Location:
- trunk/include/win
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/button.h
r10264 r10318 1 /* $Id: button.h,v 1. 7 2003-10-06 10:00:33sandervl Exp $ */1 /* $Id: button.h,v 1.8 2003-11-14 13:43:08 sandervl Exp $ */ 2 2 3 3 /* -
trunk/include/win/scroll.h
r10264 r10318 1 /* $Id: scroll.h,v 1. 8 2003-10-06 10:00:33sandervl Exp $ */1 /* $Id: scroll.h,v 1.9 2003-11-14 13:43:08 sandervl Exp $ */ 2 2 3 3 /* -
trunk/include/win/static.h
r10264 r10318 1 /* $Id: static.h,v 1. 4 2003-10-06 10:00:33sandervl Exp $ */1 /* $Id: static.h,v 1.5 2003-11-14 13:43:08 sandervl Exp $ */ 2 2 3 3 /* -
trunk/include/win/thread.h
r10136 r10318 153 153 154 154 CONTEXT context; // thread context 155 charsavedopcode; // saved instruction155 USHORT savedopcode; // saved instruction 156 156 LPVOID lpAlias; // alias 157 157 DWORD dwAliasOffset; // offset -
trunk/include/win/wingdi.h
r10294 r10318 463 463 #define COLOR_GRADIENTACTIVECAPTION 27 464 464 #define COLOR_GRADIENTINACTIVECAPTION 28 465 #define COLOR_MAX COLOR_GRADIENTINACTIVECAPTION 465 466 466 467 /* WM_CTLCOLOR values */ … … 1191 1192 #define GGO_BITMAP 1 1192 1193 #define GGO_NATIVE 2 1194 #define GGO_BEZIER 3 1195 #define GGO_GRAY2_BITMAP 4 1196 #define GGO_GRAY4_BITMAP 5 1197 #define GGO_GRAY8_BITMAP 6 1198 #define GGO_GLYPH_INDEX 0x80 1193 1199 1194 1200 typedef struct … … 1236 1242 1237 1243 /* for GetCharacterPlacement () */ 1244 1245 #define GCP_DBCS 0x0001 1246 #define GCP_REORDER 0x0002 1247 #define GCP_USEKERNING 0x0008 1248 #define GCP_GLYPHSHAPE 0x0010 1249 #define GCP_LIGATE 0x0020 1250 #define GCP_DIACRITIC 0x0100 1251 #define GCP_KASHIDA 0x0200 1252 #define GCP_ERROR 0x8000 1253 #define FLI_MASK 0x103b 1254 #define GCP_JUSTIFY 0x00010000L 1255 #define FLI_GLYPHS 0x00040000L 1256 #define GCP_CLASSIN 0x00080000L 1257 #define GCP_MAXEXTENT 0x00100000L 1258 #define GCP_JUSTIFYIN 0x00200000L 1259 #define GCP_DISPLAYZWG 0x00400000L 1260 #define GCP_SYMSWAPOFF 0x00800000L 1261 #define GCP_NUMERICOVERRIDE 0x01000000L 1262 #define GCP_NEUTRALOVERRIDE 0x02000000L 1263 #define GCP_NUMERICSLATIN 0x04000000L 1264 #define GCP_NUMERICSLOCAL 0x08000000L 1265 1266 #define GCPCLASS_LATIN 1 1267 #define GCPCLASS_HEBREW 2 1268 #define GCPCLASS_ARABIC 3 1269 #define GCPCLASS_NEUTRAL 4 1270 #define GCPCLASS_LOCALNUMBER 5 1271 #define GCPCLASS_LATINNUMBER 6 1272 #define GCPCLASS_LATINNUMERICTERMINATOR 7 1273 #define GCPCLASS_LATINNUMERICSEPARATOR 8 1274 #define GCPCLASS_NUMERICSEPARATOR 9 1275 #define GCPCLASS_PREBOUNDLTR 0x80 1276 #define GCPCLASS_PREBOUNDRLT 0x40 1277 #define GCPCLASS_POSTBOUNDLTR 0x20 1278 #define GCPCLASS_POSTBOUNDRTL 0x10 1279 1280 #define GCPGLYPH_LINKBEFORE 0x8000 1281 #define GCPGLYPH_LINKAFTER 0x4000 1282 1238 1283 typedef struct tagGCP_RESULTSA 1239 1284 {
Note:
See TracChangeset
for help on using the changeset viewer.