Hi,

first, I have a new code for XRandR. This code can move the WDock and WClip to 
the right position, scale the screens and move the appicons. I need move menus 
and windows yet. Restart windowmaker is not needed now. The code is ugly (yet) 
and I will re-write the patches before send them. I have one small issue:

The problem is the calls to handleExtensions (line 305):

297         case ConfigureNotify:
298 #ifdef HAVE_XRANDR
299                 if (event->xconfigure.window == DefaultRootWindow(dpy))
300                         XRRUpdateConfiguration(event);
301 #endif
302                 break;
303
304         default:
305                 handleExtensions(event);
306                 break;
307         }

I don't know why handleExtensions() is called multiple times (2 or 4) [yes, 
because we got multiple default events,...). I saw that when I started to write 
the code, and I don't care about it, but now, trying to get the final postion 
for appicons, I have problems because the appicons has holes between them.

Any help?

Thanks.
kix
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to