diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index b3e80be..1a4ba9f 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -72,7 +72,7 @@ class OSDWindow; | |||
72 | namespace FbTk { | 72 | namespace FbTk { |
73 | class Menu; | 73 | class Menu; |
74 | class ImageControl; | 74 | class ImageControl; |
75 | class XLayerItem; | 75 | class LayerItem; |
76 | class FbWindow; | 76 | class FbWindow; |
77 | class Subject; | 77 | class Subject; |
78 | } | 78 | } |
@@ -386,7 +386,7 @@ public: | |||
386 | 386 | ||
387 | TooltipWindow& tooltipWindow() { return *m_tooltip_window; } | 387 | TooltipWindow& tooltipWindow() { return *m_tooltip_window; } |
388 | 388 | ||
389 | void setLayer(FbTk::XLayerItem &item, int layernum); | 389 | void setLayer(FbTk::LayerItem &item, int layernum); |
390 | // remove? no, items are never removed from their layer until they die | 390 | // remove? no, items are never removed from their layer until they die |
391 | 391 | ||
392 | /// updates root window size and resizes/reconfigures screen clients | 392 | /// updates root window size and resizes/reconfigures screen clients |