~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to menus.h

  • Committer: Matthew Fuller
  • Date: 2020-05-03 00:33:30 UTC
  • mto: This revision was merged to the branch mainline in revision 669.
  • Revision ID: fullermd@over-yonder.net-20200503003330-509ntinhxgi1eal6
Style; take out extraneous space.

Show diffs side-by-side

added added

removed removed

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