mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
fixed cosmetic bug in geom. dpy window for 8bpp
removed --enable-kanji and added MultiByteText option rewrote font code to use WINGs made autoraise only work for the active window fixed compilation problem with OpenWindows and other non-X11R6 systems..
This commit is contained in:
@@ -409,7 +409,6 @@ handleDeadProcess(void *foo)
|
||||
static void
|
||||
saveTimestamp(XEvent *event)
|
||||
{
|
||||
WScreen *scr = wScreenForWindow(event->xany.window);
|
||||
LastTimestamp = CurrentTime;
|
||||
|
||||
switch (event->type) {
|
||||
@@ -973,7 +972,7 @@ raiseWindow(WScreen *scr)
|
||||
if (!wwin)
|
||||
return;
|
||||
|
||||
if (!wwin->flags.destroyed) {
|
||||
if (!wwin->flags.destroyed && wwin->flags.focused) {
|
||||
wRaiseFrame(wwin->frame->core);
|
||||
/* this is needed or a race condition will occur */
|
||||
XSync(dpy, False);
|
||||
|
||||
Reference in New Issue
Block a user