CVSROOT: /cvs Module name: xenocara Changes by: [EMAIL PROTECTED] 2008/07/22 14:42:24
Modified files: app/cwm : calmwm.c calmwm.h Log message: split x_setup() into two. dpy_init() for setting up the display and checking the X config, and x_setup to set up the screens. There's an ordering problem that means that some of this init needs to come after the config is parsed, the rest should ideally happen before though. This is a rough split, it will be refined later. Again, needed for an upcoming change. ok okan.