Ignore:
Timestamp:
Jul 15, 2001, 10:57:25 AM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r85 r86  
    11801180 +          }
    11811181 *
    1182  *
     1182 *@@changed V0.9.14 (2001-07-07) [umoeller]: fixed disabled mouse with hwndOwner == HWND_DESKTOP
    11831183 */
    11841184
     
    13811381            // add "clip siblings" style
    13821382            flStyle |= WS_CLIPSIBLINGS;
     1383
     1384        if (hwndOwner == HWND_DESKTOP)
     1385            // there's some dumb XWorkplace code left
     1386            // which uses this, and this disables the
     1387            // mouse for some reason
     1388            // V0.9.14 (2001-07-07) [umoeller]
     1389            hwndOwner = NULLHANDLE;
    13831390
    13841391        pDlgData->hwndDlg = WinCreateWindow(HWND_DESKTOP,
Note: See TracChangeset for help on using the changeset viewer.