~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_main.c

  • Committer: Matthew Fuller
  • Date: 2018-11-07 03:45:00 UTC
  • mto: (614.3.6 randr_merge)
  • mto: This revision was merged to the branch mainline in revision 642.
  • Revision ID: fullermd@over-yonder.net-20181107034500-51k6x4v93mcx451m
Comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
                XChangeProperty(dpy, croot, XA__MIT_PRIORITY_COLORS,
353
353
                                XA_CARDINAL, 32, PropModeReplace, NULL, 0);
354
354
 
 
355
 
 
356
                /*
 
357
                 * Create ScreenInfo for this Screen, and populate various
 
358
                 * default/initial config.
 
359
                 */
355
360
                Scr = ScreenList[scrnum] = InitScreenInfo(scrnum, croot);
356
361
                if(Scr == NULL) {
357
362
                        fprintf(stderr,