~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.h

  • Committer: Matthew Fuller
  • Date: 2016-11-01 19:05:09 UTC
  • mto: This revision was merged to the branch mainline in revision 540.
  • Revision ID: fullermd@over-yonder.net-20161101190509-7na8cfsmlozeidi5
Move AdoptWindow() over into captive.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
#if 0
101
101
void move_to_after(TwmWindow *t, TwmWindow *after);
102
102
#endif
103
 
void AdoptWindow(void);
104
103
void RescueWindows(void);
105
104
void DebugTrace(char *file);
106
105