Ignore:
Timestamp:
Jul 8, 2001, 10:06:15 AM (24 years ago)
Author:
sandervl
Message:

changed menu & scrollbar behaviour in os/2 mode

File:
1 edited

Legend:

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

    r6043 r6243  
    1 /* $Id: scroll.cpp,v 1.41 2001-06-18 09:00:50 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.42 2001-07-08 08:06:15 sandervl Exp $ */
    22/*
    33 * Scrollbar control
     
    2121#include "oslibwin.h"
    2222#include "initterm.h"
     23#include "pmwindow.h"
    2324
    2425#define DBG_LOCALLOG    DBG_scroll
     
    994995            UINT pos;
    995996
     997#ifdef __WIN32OS2__
     998            if (!SCROLL_PtInRectEx( &rect, pt, vertical ) && !fOS2Look) pos = lastClickPos;
     999#else
    9961000            if (!SCROLL_PtInRectEx( &rect, pt, vertical )) pos = lastClickPos;
     1001#endif
    9971002            else
    9981003            {
Note: See TracChangeset for help on using the changeset viewer.