~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workmgr.h

  • Committer: Matthew Fuller
  • Date: 2016-08-05 22:29:24 UTC
  • mto: This revision was merged to the branch mainline in revision 510.
  • Revision ID: fullermd@over-yonder.net-20160805222924-xp4fdgbskudnc7wq
Vanish() is also a vscreen thing, not a workspace thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                  const char *background, const char *foreground,
140
140
                  const char *backback,   const char *backfore,
141
141
                  const char *backpix);
142
 
void Vanish(VirtualScreen *vs, TwmWindow *tmp_win);
143
142
void WMgrHandleExposeEvent(VirtualScreen *vs, XEvent *event);
144
143
void PaintWorkSpaceManager(VirtualScreen *vs);
145
144
void WMapToggleState(VirtualScreen *vs);