mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
fixed various bugs
This commit is contained in:
@@ -588,7 +588,10 @@ handleEvents(XEvent *event, void *data)
|
||||
case Expose:
|
||||
if (event->xexpose.count!=0)
|
||||
break;
|
||||
paintScrollView(sPtr);
|
||||
if (event->xexpose.serial == 0) /* means it's artificial */
|
||||
W_RedisplayView(sPtr->contentView);
|
||||
else
|
||||
paintScrollView(sPtr);
|
||||
break;
|
||||
|
||||
case DestroyNotify:
|
||||
@@ -601,9 +604,7 @@ handleEvents(XEvent *event, void *data)
|
||||
|
||||
static void
|
||||
destroyScrollView(ScrollView *sPtr)
|
||||
{
|
||||
puts("destroyScrollView not implemented");
|
||||
|
||||
{
|
||||
wfree(sPtr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user