Ignore:
Timestamp:
Sep 17, 2002, 12:24:02 PM (23 years ago)
Author:
sandervl
Message:

PF: Create invisible vertical scroller for all top-level windows so the IBM wheel driver sends us WM_VSCROLL messages

File:
1 edited

Legend:

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

    r9230 r9256  
    1 /* $Id: oslibwin.cpp,v 1.127 2002-09-12 09:30:06 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.128 2002-09-17 10:24:02 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    109109                              NULL, dwWinStyle | WS_VISIBLE, 0, 0, 0, 0,
    110110                              *hwndFrame, HWND_TOP, FID_CLIENT, NULL, NULL);
    111 
     111    //@PF For all top-level windows we create invisible vertical scroller
     112    //to show IBM wheel driver that we need WM_VSCROLL messages
     113    if (hwndParent == HWND_DESKTOP && *hwndFrame)
     114       OSLibWinCreateInvisibleScroller(*hwndFrame, SBS_VERT);
    112115    return hwndClient;
    113116}
Note: See TracChangeset for help on using the changeset viewer.