all repos — fluxbox @ eecde95040c7225fa2390a3f97f5fee83ae64608

custom fork of the fluxbox windowmanager

included config.h for slit option
fluxgen fluxgen
commit

eecde95040c7225fa2390a3f97f5fee83ae64608

parent

53c5f40432c2cc657c7215807a88fb128f4d470e

1 files changed, 6 insertions(+), 2 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.57 2003/01/07 02:03:57 fluxgen Exp $ +// $Id: Screen.hh,v 1.58 2003/01/07 02:50:20 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH

@@ -44,6 +44,10 @@ #include <vector>

#include <fstream> #include <memory> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // HAVE_CONFIG_H + class Configmenu; class Workspacemenu; class Iconmenu;

@@ -55,7 +59,7 @@ namespace FbTk {

class MenuTheme; }; -/// Handles screen connection +/// Handles screen connection and screen clients /** Create a toolbar and workspaces, handles switching between workspaces and windows */