Bug #121246. Fix rendering problems with text areas and menus. Not part of the build.

This commit is contained in:
blizzard%redhat.com 2002-01-29 23:24:00 +00:00
Родитель 6f01b32d53
Коммит 1635c6d054
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -495,7 +495,7 @@ nsWindow::InvalidateRegion(const nsIRegion* aRegion,
PRBool aIsSynchronous)
{
GdkRegion *region = nsnull;
aRegion->GetNativeRegion((void *)region);
aRegion->GetNativeRegion((void *&)region);
if (region) {
GdkRectangle rect;