CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2014/09/08 14:11:22
Modified files:
app/cwm : calmwm.c calmwm.h client.c kbfunc.c mousefunc.c
screen.c xutil.c
Log message:
Remove duplicate client queue (mruq); instead, remove and take the
global Clientq and place it inside screen_ctx since every client belongs
to a screen, then use the same per screen clientq to track stacking
order (the sole reason for mruq).
