# 25555
r= beard@netscape.com OS/2 changes for Mozilla - add #ifdef, change #ifdef
This commit is contained in:
Родитель
2533a18b2b
Коммит
3e11163089
|
@ -600,7 +600,7 @@ void nsViewManager :: Refresh(nsIView *aView, nsIRenderingContext *aContext, con
|
|||
// blinkRect(localcx, trect);
|
||||
localcx->CopyOffScreenBits(ds, wrect.x, wrect.y, wrect, 0);
|
||||
#else
|
||||
#ifdef XP_UNIX
|
||||
#if defined(XP_UNIX) || defined(XP_OS2)
|
||||
localcx->SetClipRect(trect, nsClipCombine_kReplace, result);
|
||||
#endif //unix
|
||||
localcx->CopyOffScreenBits(ds, brect.x, brect.y, brect, 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче