mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug #121246. Fix rendering problems with text areas and menus. Not part of the build.
This commit is contained in:
parent
6f01b32d53
commit
1635c6d054
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user