~ctwm/ctwm/trunk

648.1.2 by Matthew Fuller
Minimal move of these takeover-related funcs to their own file to
1
/*
2
 * Take over the screen
3
 */
4
#ifndef _CTWM_TAKEOVER_H
5
#define _CTWM_TAKEOVER_H
6
7
bool takeover_screen(ScreenInfo *scr);
8
9
#endif /* _CTWM_TAKEOVER_H */