~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse_yacc.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:
11
11
 
12
12
MenuRoot *GetRoot(char *name, char *fore, char *back);
13
13
 
14
 
bool CheckWarpScreenArg(const char *s);
15
 
bool CheckWarpRingArg(const char *s);
16
 
bool CheckColormapArg(const char *s);
 
14
bool CheckWarpScreenArg(char *s);
 
15
bool CheckWarpRingArg(char *s);
 
16
bool CheckColormapArg(char *s);
17
17
void GotButton(int butt, int func);
18
18
void GotKey(char *key, int func);
19
19
void GotTitleButton(char *bitmapname, int func, bool rightside);