~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to menus.h

  • Committer: Matthew Fuller
  • Date: 2016-11-01 23:22:20 UTC
  • mto: This revision was merged to the branch mainline in revision 540.
  • Revision ID: fullermd@over-yonder.net-20161101232220-78ijar367qd5aklu
The ReGrab()/LastCursor business is only used in AddWindow(), and only
to deal with stuff related to function deferral cursor handling, so
move those bits over beside that and simplify a little.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
void AddDefaultFuncButtons(void);
198
198
void PopDownMenu(void);
199
199
void HideMenu(MenuRoot *menu);
200
 
void ReGrab(void);
201
 
void SetLastCursor(Cursor newcur);
202
200
void PaintEntry(MenuRoot *mr, MenuItem *mi, bool exposure);
203
201
void PaintMenu(MenuRoot *mr, XEvent *e);
204
202
bool cur_fromMenu(void);