Ignore:
Timestamp:
May 15, 2003, 4:26:27 PM (22 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/rebar.c

    r9370 r10098  
    12281228        infoPtr->hwndSelf, infoPtr->dwStyle,
    12291229        x, y, width, height);
    1230     SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height,
    1231                     SWP_NOZORDER);
     1230
     1231//testestest
     1232#ifdef __WIN32OS2__
     1233//NOTE: this one is causing problems!!!!
     1234#endif
     1235//    SetWindowPos (infoPtr->hwndSelf, 0, x, y, width, height,
     1236//                  SWP_NOZORDER);
     1237//testestest
    12321238}
    12331239
Note: See TracChangeset for help on using the changeset viewer.