fix some background color settings, remove something from the event mask
git-svn-id: svn://10.0.0.236/trunk@33386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -53,7 +53,7 @@ nsWindow::CreateNative(Window aParent, nsRect aRect)
|
||||
// be discarded...
|
||||
attr.bit_gravity = NorthWestGravity;
|
||||
// make sure that we listen for events
|
||||
attr.event_mask = SubstructureNotifyMask | StructureNotifyMask | ExposureMask;
|
||||
attr.event_mask = StructureNotifyMask | ExposureMask;
|
||||
// set the default background color and border to that awful gray
|
||||
attr.background_pixel = bg_pixel;
|
||||
attr.border_pixel = border_pixel;
|
||||
|
||||
Reference in New Issue
Block a user