Ignore:
Timestamp:
Jun 11, 2010, 5:22:23 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: OS/2: No need to call DiveSetupBuffer() in FB mode [suggested by rudi].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/painting/qwindowsurface_pm.cpp

    r745 r746  
    584584    switch (msg->msg) {
    585585        case WM_VRNDISABLED: {
    586             DiveSetupBlitter(d->hDive, NULL);
     586            if (!d->useFB)
     587                DiveSetupBlitter(d->hDive, NULL);
    587588            d->vrnDisabled = true;
    588589            *result = 0;
Note: See TracChangeset for help on using the changeset viewer.