implement nsWidget::Invalidate, nsWidget::Update, make resizing go
git-svn-id: svn://10.0.0.236/trunk@35901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -322,11 +322,12 @@ nsAppShell::DispatchEvent(XEvent *event)
|
||||
case Expose:
|
||||
HandleExposeEvent(event, widget);
|
||||
break;
|
||||
#if 0
|
||||
case ConfigureNotify:
|
||||
// we need to make sure that this is the LAST of the
|
||||
// config events.
|
||||
while (XCheckWindowEvent(gDisplay, event->xany.window, StructureNotifyMask, event) == True);
|
||||
HandleConfigureNotifyEvent(event, widget);
|
||||
break;
|
||||
#endif
|
||||
case ButtonPress:
|
||||
case ButtonRelease:
|
||||
HandleButtonEvent(event, widget);
|
||||
|
||||
Reference in New Issue
Block a user