4#ifndef _CTWM_WORKSPACE_UTILS_H
5#define _CTWM_WORKSPACE_UTILS_H
void GotoPrevWorkSpace(VirtualScreen *vs)
void GotoRightWorkSpace(VirtualScreen *vs)
void GotoWorkSpace(VirtualScreen *vs, WorkSpace *ws)
void GotoWorkSpaceByNumber(VirtualScreen *vs, int workspacenum)
void GotoWorkSpaceByName(VirtualScreen *vs, const char *wname)
void GotoLeftWorkSpace(VirtualScreen *vs)
WorkSpace * GetWorkspace(const char *wname)
void GotoDownWorkSpace(VirtualScreen *vs)
void GotoNextWorkSpace(VirtualScreen *vs)
char * GetCurrentWorkSpaceName(VirtualScreen *vs)
void GotoUpWorkSpace(VirtualScreen *vs)
void ShowBackground(VirtualScreen *vs, int state)