aboutsummaryrefslogtreecommitdiff
path: root/src/Xinerama.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-03 22:12:26 (GMT)
committerfluxgen <fluxgen>2003-12-03 22:12:26 (GMT)
commit8553753773f846a82b9374540af3e8d4be6c4673 (patch)
tree6e1010d1a30e1e7b910e01e8611fbb3b31d33c07 /src/Xinerama.hh
parentd6c216885db770ee3a25069a41f61369c743fd4c (diff)
downloadfluxbox-8553753773f846a82b9374540af3e8d4be6c4673.zip
fluxbox-8553753773f846a82b9374540af3e8d4be6c4673.tar.bz2
no need for FbCommands here
Diffstat (limited to 'src/Xinerama.hh')
-rw-r--r--src/Xinerama.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Xinerama.hh b/src/Xinerama.hh
index 99c8705..fcb396b 100644
--- a/src/Xinerama.hh
+++ b/src/Xinerama.hh
@@ -20,14 +20,13 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: Xinerama.hh,v 1.5 2003/07/25 10:03:55 rathnor Exp $ 23// $Id: Xinerama.hh,v 1.6 2003/12/03 22:12:26 fluxgen Exp $
24 24
25#ifndef XINERAMA_HH 25#ifndef XINERAMA_HH
26#define XINERAMA_HH 26#define XINERAMA_HH
27 27
28#include "MenuItem.hh" 28#include "MenuItem.hh"
29#include "FbMenu.hh" 29#include "FbMenu.hh"
30#include "FbCommands.hh"
31#include "RefCount.hh" 30#include "RefCount.hh"
32#include "SimpleCommand.hh" 31#include "SimpleCommand.hh"
33 32