~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm.c

  • Committer: Matthew Fuller
  • Date: 2016-06-10 11:49:43 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160610114943-pv9au9ojwdq4eq32
Mechanical replacement of inline "(sometype *)0" constructs with NULL,
like pointers should be.

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
                Scr->NoOpaqueResizeList = NULL;
442
442
                Scr->ImageCache = NULL;
443
443
                Scr->HighlightPixmapName = NULL;
444
 
                Scr->Workspaces = (MenuRoot *) 0;
 
444
                Scr->Workspaces = NULL;
445
445
                Scr->IconMenuDontShow = NULL;
446
446
                Scr->VirtualScreens = NULL;
447
447
                Scr->IgnoreTransientL = NULL;