]> Dogcows Code - chaz/openbox/blobdiff - otk/screeninfo.hh
more user friendly net_showing_desktop support
[chaz/openbox] / otk / screeninfo.hh
index 440573aa80058325df8c5afe18a64742769f6ff0..584d92ece76313893a0bc9e2011fa64971c52429 100644 (file)
@@ -21,7 +21,7 @@ private:
   Colormap _colormap;
 
   int _depth;
-  unsigned int _screen;
+  int _screen;
   std::string _display_string;
   Size _size;
 #ifdef XINERAMA
@@ -30,13 +30,13 @@ private:
 #endif
 
 public:
-  ScreenInfo(unsigned int num);
+  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 unsigned int screen() const { return _screen; }
+  inline int screen() const { return _screen; }
   inline const Size& size() const { return _size; }
   inline const std::string& displayString() const { return _display_string; }
 #ifdef XINERAMA
This page took 0.023791 seconds and 4 git commands to generate.