diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 22:17:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 22:17:40 +0000 |
| commit | 1e46a39dc305fe92b0c0eca1e60e76fded3e5214 (patch) | |
| tree | a3e7cb2997550a55e821ab3c83e729a84a5a54d1 /src/screen.hh | |
| parent | ba9b0617ed0c68b0487fd5246fbcdc2156f65c08 (diff) | |
more user friendly net_showing_desktop support
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/screen.hh b/src/screen.hh index e8306933..55518fc9 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -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. |
