diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/ScreenPlacement.hh | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/05: | 3 | *06/04/05: |
4 | * Fix gcc 2.95.4 build error in ScreenPlacement.hh (Simon) | ||
5 | ScreenPlacement.hh | ||
4 | * Fix tabs on other workspaces being shown on placement change (Simon) | 6 | * Fix tabs on other workspaces being shown on placement change (Simon) |
5 | + Fix XmbFonts for multiple screens. Still need to fix XFontImp, | 7 | + Fix XmbFonts for multiple screens. Still need to fix XFontImp, |
6 | it's quite a bit more convoluted. | 8 | it's quite a bit more convoluted. |
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh index 93e6a82..b8941bf 100644 --- a/src/ScreenPlacement.hh +++ b/src/ScreenPlacement.hh | |||
@@ -27,6 +27,8 @@ | |||
27 | #include "PlacementStrategy.hh" | 27 | #include "PlacementStrategy.hh" |
28 | #include "FbTk/Resource.hh" | 28 | #include "FbTk/Resource.hh" |
29 | 29 | ||
30 | #include <memory> | ||
31 | |||
30 | class BScreen; | 32 | class BScreen; |
31 | 33 | ||
32 | /** | 34 | /** |