~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to menus.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:
1899
1899
        Window blanket = (Window) - 1;
1900
1900
 
1901
1901
        iconify = (!tmp_win->iconify_by_unmapping);
1902
 
        t = (TwmWindow *) 0;
 
1902
        t = NULL;
1903
1903
        if(tmp_win->istransient) {
1904
1904
                leader = tmp_win->transientfor;
1905
1905
                t = GetTwmWindow(leader);