CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2014/02/03 13:20:39
Modified files: app/cwm : calmwm.h client.c screen.c xevents.c Log message: Move redundant bits from screen_init (while dealing with existing clients) directly into client_init, performing the X roundtrip only once. With the previous change in maprequest, this moves decision making into one place for creating new clients.