diff options
author | rathnor <rathnor> | 2004-06-21 15:23:42 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-21 15:23:42 (GMT) |
commit | 965086f39d807fc83b6b2605b7858a9baa9ee2f0 (patch) | |
tree | c19745edf475b209b2c5c06b04812062276e4269 /src/Screen.hh | |
parent | 6a51cefb2f67c041f19cbb3842adb81ff54b4771 (diff) | |
download | fluxbox_pavel-965086f39d807fc83b6b2605b7858a9baa9ee2f0.zip fluxbox_pavel-965086f39d807fc83b6b2605b7858a9baa9ee2f0.tar.bz2 |
tidying up initialisation with dockapps
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 8c74e44..26938df 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.141 2004/05/02 21:10:30 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.142 2004/06/21 15:23:42 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -145,7 +145,6 @@ public: | |||
145 | bool isKdeDockapp(Window win) const; | 145 | bool isKdeDockapp(Window win) const; |
146 | /// @return true if dock app was added, else false | 146 | /// @return true if dock app was added, else false |
147 | bool addKdeDockapp(Window win); | 147 | bool addKdeDockapp(Window win); |
148 | void setupKdeDockapps(); | ||
149 | 148 | ||
150 | inline unsigned int width() const { return rootWindow().width(); } | 149 | inline unsigned int width() const { return rootWindow().width(); } |
151 | inline unsigned int height() const { return rootWindow().height(); } | 150 | inline unsigned int height() const { return rootWindow().height(); } |