Fixed refresh bug.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -472,6 +472,8 @@ ClearWindow(Widget w, XEvent *_event, String *_s, Cardinal *_n)
|
||||
XExposeEvent *event = (XExposeEvent *)_event;
|
||||
if (!XtIsRealized(w))
|
||||
return;
|
||||
XClearArea(dpy, XtWindow(w), event->x, event->y,
|
||||
event->width, event->height, False);
|
||||
if (state == GET_PASSWD)
|
||||
post_prompt_box(XtWindow(w));
|
||||
if (timeout_id == 0 && event->count == 0) {
|
||||
|
Reference in New Issue
Block a user