]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
more user friendly net_showing_desktop support
[chaz/openbox] / src / screen.hh
index e8306933042c5e38855a8c039c1ddff05dac2369..55518fc93a2860312940ec6b6b5c026badbca092 100644 (file)
@@ -143,10 +143,6 @@ private:
   */
   void changeNumDesktops(unsigned int num);
 
-  //! Shows and focuses the desktop and hides all the client windows, or
-  //! returns to the normal state, showing client windows.
-  void showDesktop(bool show);
-
 public:
 #ifndef SWIG
   //! Constructs a new Screen object
@@ -182,6 +178,10 @@ public:
 
   const DesktopLayout& desktopLayout() const { return _layout; }
 
+  //! Shows and focuses the desktop and hides all the client windows, or
+  //! returns to the normal state, showing client windows.
+  void showDesktop(bool show);
+
   //! Update's the screen's combined strut of all the clients.
   /*!
     Clients should call this whenever they change their strut.
This page took 0.024513 seconds and 4 git commands to generate.