From a52a6d96d701c993896f276e4198003317632aaf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 18:42:39 +0000 Subject: rm the old code including the .pys and the c++ shit --- otk/screeninfo.hh | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 otk/screeninfo.hh (limited to 'otk/screeninfo.hh') diff --git a/otk/screeninfo.hh b/otk/screeninfo.hh deleted file mode 100644 index 93e835fa..00000000 --- a/otk/screeninfo.hh +++ /dev/null @@ -1,42 +0,0 @@ -// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __screeninfo_hh -#define __screeninfo_hh - -#include "size.hh" -#include "rect.hh" - -extern "C" { -#include -} - -#include -#include - -namespace otk { - -class ScreenInfo { -private: - int _screen; - std::string _display_string; - Size _size; - std::vector _xinerama_areas; - bool _xinerama_active; - -public: - ScreenInfo(int num); - - inline Visual *visual() const { return _visual; } - inline Window rootWindow() const { return _root_window; } - inline Colormap colormap() const { return _colormap; } - inline int depth() const { return _depth; } - inline int screen() const { return _screen; } - inline const Size& size() const { return _size; } - inline const std::string& displayString() const { return _display_string; } - inline const std::vector &xineramaAreas() const - { return _xinerama_areas; } - inline bool isXineramaActive() const { return _xinerama_active; } -}; - -} - -#endif // __screeninfo_hh -- cgit v1.2.3