~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to menus.h

  • Committer: Matthew Fuller
  • Date: 2016-09-03 04:29:20 UTC
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: fullermd@over-yonder.net-20160903042920-4m0rvevk8z1dejcs
Bust functions related to iconifying/deiconifying windows out of
menus.c (the obvious place) and into their own file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
void MakeMenus(void);
208
208
void MakeMenu(MenuRoot *mr);
209
209
void MoveMenu(XEvent *eventp);
210
 
void DeIconify(TwmWindow *tmp_win);
211
 
void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
212
210
void SetMapStateProp(TwmWindow *tmp_win, int state);
213
211
bool GetWMState(Window w, int *statep, Window *iwp);
214
212
void send_clientmessage(Window w, Atom a, Time timestamp);