This commit is contained in:
ramiro%netscape.com 1999-07-07 00:03:52 +00:00
Родитель 83cdc5f249
Коммит c7c7dedd51
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -213,9 +213,10 @@ nsresult nsRenderingContextXlib::CommonInit(void)
Drawable drawable = mRenderingSurface->GetDrawable();
#ifdef XLIB_GFX_NOISY
printf("XGetGeometry(display=%p,drawable=%p)\n",
mDisplay,
drawable);
(void *) mDisplay,
(void *) drawable);
XGetGeometry(mDisplay,
drawable,
@ -226,6 +227,7 @@ nsresult nsRenderingContextXlib::CommonInit(void)
&height,
&border,
&depth);
#endif
mClipRegion = new nsRegionXlib();
mClipRegion->Init();