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:
blizzard%redhat.com
1999-06-02 01:47:13 +00:00
parent 7c2cb084f3
commit a815adc7d2
4 changed files with 9 additions and 10 deletions

View File

@@ -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;