Changeset 6328 for trunk/src/user32/user32.cpp
- Timestamp:
- Jul 14, 2001, 11:21:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r6327 r6328 1 /* $Id: user32.cpp,v 1.10 7 2001-07-14 08:36:19sandervl Exp $ */1 /* $Id: user32.cpp,v 1.108 2001-07-14 09:21:46 sandervl Exp $ */ 2 2 3 3 /* … … 707 707 708 708 case SPI_GETDRAGFULLWINDOWS: 709 *(BOOL *)pvParam = FALSE; //CB: where is the Warp 4 setting stored?709 *(BOOL *)pvParam = OSLibWinQuerySysValue(SVOS_DYNAMICDRAG); 710 710 break; 711 711
Note:
See TracChangeset
for help on using the changeset viewer.