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:
blizzard%redhat.com
1999-06-19 20:24:32 +00:00
parent 6acc3bbd87
commit c5cff30ac8
4 changed files with 64 additions and 3 deletions

View File

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