Ignore:
Timestamp:
Jul 14, 2001, 11:21:46 AM (24 years ago)
Author:
sandervl
Message:

Support full window drag for Odin windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r6327 r6328  
    1 /* $Id: user32.cpp,v 1.107 2001-07-14 08:36:19 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.108 2001-07-14 09:21:46 sandervl Exp $ */
    22
    33/*
     
    707707
    708708    case SPI_GETDRAGFULLWINDOWS:
    709         *(BOOL *)pvParam = FALSE; //CB: where is the Warp 4 setting stored?
     709        *(BOOL *)pvParam = OSLibWinQuerySysValue(SVOS_DYNAMICDRAG);
    710710        break;
    711711
Note: See TracChangeset for help on using the changeset viewer.