Hi,
I am testing wmaker xrandr support with the laptop's external display.
The dock is attached to the screen right edge, then, when I change my display,
the dock moves rigth. With the clip is different, the clip continues in the
same position.
The appicons are like the dock, they are attached to and screen edge, then they
work fine with xrandr.
What do you think about the idea of the set clip in one of the four corners?
Then, the clip will work with xrandr too.
OTOH, these lines at event.c:305
-------8<------
case ConfigureNotify:
if (event->xconfigure.window == DefaultRootWindow(dpy)) {
#ifdef HAVE_XRANDR
XRRUpdateConfiguration(event);
#endif
}
break;
-------8<------
IMO should be:
-------8<------
case ConfigureNotify:
#ifdef HAVE_XRANDR
if (event->xconfigure.window == DefaultRootWindow(dpy))
XRRUpdateConfiguration(event);
#endif
break;
-------8<------
And finally, someone knows whats happends when "XRRUpdateConfiguration" is
called? What function/event is called in wmaker?
Cheers,
kix
--
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
--
To unsubscribe, send mail to [email protected].