#ifndef _WINDOWSMANAGER_H_ #define _WINDOWSMANAGER_H_ namespace WindowManager { /** * Make sure a window manager is running. * If none is running, start openbox. */ void ensureRunning(); /** * If we started openbox as the window manager, * terminate it, otherwise leave the current * one running. */ void stopOwnInstance(); } #endif