~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to resize.h

  • Committer: Matthew Fuller
  • Date: 2016-08-16 10:37:18 UTC
  • mfrom: (514.2.49 build)
  • Revision ID: fullermd@over-yonder.net-20160816103718-7ay3cpxxzlkaw1er
Implement a parallel minimal build system, which can at least yield a
runnable ctwm in situations where the cmake chain is unavailable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
void ChangeSize(char *in_string, TwmWindow *tmp_win);
86
86
 
87
 
void resizeFromCenter(Window w, TwmWindow *tmp_win);
88
 
 
89
87
#endif /* _CTWM_RESIZE_H */