aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
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(); }