~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to menus.h

  • Committer: Matthew Fuller
  • Date: 2020-05-03 00:33:09 UTC
  • mto: This revision was merged to the branch mainline in revision 669.
  • Revision ID: fullermd@over-yonder.net-20200503003309-l70gqh3e2a2e2ma3
Extract this string building into a separate func.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
void MoveMenu(XEvent *eventp);
159
159
void WarpCursorToDefaultEntry(MenuRoot *menu);
160
160
 
 
161
// Mostly internal; exposed for testing
 
162
char * mk_twmkeys_entry(const FuncKey *key);
 
163
 
161
164
#endif /* _CTWM_MENUS_H */