View | Details | Raw Unified | Return to issue 122656
Collapse All | Expand All

(-)win/source/gdi/salgdi2.cxx (-2 / +2 lines)
Lines 444-450 Link Here
444
        // used for buffering only
444
        // used for buffering only
445
        if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)
445
        if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)
446
        {
446
        {
447
            bTryDirectPaint = false;
447
            //bTryDirectPaint = false;
448
        }
448
        }
449
    }
449
    }
450
450
Lines 532-538 Link Here
532
        // used for buffering only
532
        // used for buffering only
533
        if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)
533
        if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)
534
        {
534
        {
535
            bTryDirectPaint = false;
535
            //bTryDirectPaint = false;
536
        }
536
        }
537
    }
537
    }
538
538

Return to issue 122656