~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Matthew Fuller
  • Date: 2014-09-28 09:26:10 UTC
  • mfrom: (338.1.8 confighify)
  • Revision ID: fullermd@over-yonder.net-20140928092610-7y23v3cjzw7nos2d
Convert from using piles of -D compiler flags over to using a
generated header file for config params.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1920
1920
        }
1921
1921
 
1922
1922
        XSetInputFocus(dpy, w, RevertToPointerRoot, tim);
1923
 
#if EWMH
 
1923
#ifdef EWMH
1924
1924
        EwmhSet_NET_ACTIVE_WINDOW(w);
1925
1925
#endif
1926
1926
        if(Scr->Focus == tmp_win) {