~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workmgr.h

  • Committer: Matthew Fuller
  • Date: 2016-06-06 12:00:39 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160606120039-gspzklptc2vaenif
bool-ify animation flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
                                 char *background, char *foreground,
201
201
                                 char *pixmap);
202
202
char *GetCurrentWorkSpaceName(VirtualScreen *vs);
203
 
Bool AnimateRoot(void);
 
203
bool AnimateRoot(void);
204
204
char *AddToCaptiveList(const char *cptname);
205
205
void RemoveFromCaptiveList(const char *cptname);
206
206
bool RedirectToCaptive(Window window);