This commit is contained in:
pavlov%pavlov.net 2007-02-08 22:32:25 +00:00
Родитель 954f8b9d86
Коммит 3d677fcdf6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1620,7 +1620,7 @@ nsWindow::OnExposeEvent(GtkWidget *aWidget, GdkEventExpose *aEvent)
Drawable drawable = gdk_x11_drawable_get_xid(GDK_DRAWABLE(bufferPixmap));
bufferPixmapSurface =
new gfxXlibSurface(display, drawable, XVisual,
gfxIntRect(boundsRect.width, boundsRect.height));
gfxIntSize(boundsRect.width, boundsRect.height));
if (bufferPixmapSurface) {
bufferPixmapSurface->SetDeviceOffset(gfxPoint(-boundsRect.x, -boundsRect.y));
nsCOMPtr<nsIRenderingContext> newRC;