summaryrefslogblamecommitdiffstats
path: root/src/windowmanager.h
blob: c89f98320cf69a488d5ce818487eca0213b7605c (plain) (tree)





















                                               
#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