summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 739c458..de1dc78 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -294,7 +294,7 @@ public:
294 void showGeometry(int width, int height); 294 void showGeometry(int width, int height);
295 void hideGeometry(); 295 void hideGeometry();
296 296
297 void notifyReleasedKeys(XKeyEvent &ke); 297 void notifyReleasedKeys();
298 298
299 void setLayer(FbTk::XLayerItem &item, int layernum); 299 void setLayer(FbTk::XLayerItem &item, int layernum);
300 // remove? no, items are never removed from their layer until they die 300 // remove? no, items are never removed from their layer until they die