diff options
Diffstat (limited to 'src/Xinerama.hh')
-rw-r--r-- | src/Xinerama.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Xinerama.hh b/src/Xinerama.hh index 24b4ca1..18c99d6 100644 --- a/src/Xinerama.hh +++ b/src/Xinerama.hh | |||
@@ -25,13 +25,13 @@ | |||
25 | #ifndef XINERAMA_HH | 25 | #ifndef XINERAMA_HH |
26 | #define XINERAMA_HH | 26 | #define XINERAMA_HH |
27 | 27 | ||
28 | #include "MenuItem.hh" | ||
29 | #include "FbMenu.hh" | 28 | #include "FbMenu.hh" |
30 | #include "RefCount.hh" | ||
31 | #include "SimpleCommand.hh" | ||
32 | |||
33 | #include "fluxbox.hh" | 29 | #include "fluxbox.hh" |
34 | 30 | ||
31 | #include "FbTk/RefCount.hh" | ||
32 | #include "FbTk/SimpleCommand.hh" | ||
33 | #include "FbTk/MenuItem.hh" | ||
34 | |||
35 | // provides a generic way for giving an object a xinerama head menu | 35 | // provides a generic way for giving an object a xinerama head menu |
36 | // The object must have two functions: | 36 | // The object must have two functions: |
37 | // int getOnHead(), and | 37 | // int getOnHead(), and |