Changeset 2421 for trunk/src/user32/new/dc.h
- Timestamp:
- Jan 12, 2000, 6:37:29 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/dc.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/dc.h
r2290 r2421 1 /* $Id: dc.h,v 1. 3 2000-01-01 14:54:51cbratschi Exp $ */1 /* $Id: dc.h,v 1.4 2000-01-12 17:37:29 cbratschi Exp $ */ 2 2 /* 3 3 * public dc functions … … 343 343 344 344 return yyrc; 345 } 345 } 346 346 347 347 BOOL OPEN32API _O32_CreateCaret (HWND hwnd, HBITMAP hbm, int width, int height); … … 353 353 354 354 yyrc = _O32_CreateCaret(a, b, c, d); 355 SetFS(sel); 356 357 return yyrc; 358 } 359 360 BOOL OPEN32API _O32_SelectClipRgn(HDC hdc,HRGN hrgn); 361 362 inline BOOL O32_SelectClipRgn(HDC hdc,HRGN hrgn) 363 { 364 BOOL yyrc; 365 USHORT sel = RestoreOS2FS(); 366 367 yyrc = _O32_SelectClipRgn(hdc,hrgn); 355 368 SetFS(sel); 356 369 … … 426 439 // from pmddi.h: 427 440 /* CopyClipRegion */ 428 441 429 442 #define COPYCRGN_ALLINTERSECT 0L 430 443 #define COPYCRGN_VISRGN 1L … … 432 445 433 446 /* SetupDC */ 434 447 435 448 #define SETUPDC_VISRGN 0x00000001L 436 449 #define SETUPDC_ORIGIN 0x00000002L
Note:
See TracChangeset
for help on using the changeset viewer.
