aboutsummaryrefslogtreecommitdiff
path: root/src/ClientHandler.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-10-16 20:38:42 (GMT)
commitb9466363b3a231ceb96ae757073f1b5efba5fc94 (patch)
tree363bb79ba2987726c355016ee2611c0f104e3ba3 /src/ClientHandler.hh
parent715dc907ae6a4ca65c492f94ce6379f59eff5157 (diff)
downloadfbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.zip
fbpager-b9466363b3a231ceb96ae757073f1b5efba5fc94.tar.bz2
Fixed so Extended Window Manager Hints actually work, needs more work though.
Diffstat (limited to 'src/ClientHandler.hh')
-rw-r--r--src/ClientHandler.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ClientHandler.hh b/src/ClientHandler.hh
index 1ec128d..914fb34 100644
--- a/src/ClientHandler.hh
+++ b/src/ClientHandler.hh
@@ -1,6 +1,6 @@
1// ClientHandler.hh for FbPager 1// ClientHandler.hh for FbPager
2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
6// to deal in the Software without restriction, including without limitation 6// to deal in the Software without restriction, including without limitation
@@ -59,6 +59,7 @@ public:
59 Orientation orientation, 59 Orientation orientation,
60 Corner starting_corner, 60 Corner starting_corner,
61 unsigned int columns, unsigned int rows) = 0; 61 unsigned int columns, unsigned int rows) = 0;
62 virtual bool propertyNotify( Pager &pager, XPropertyEvent &event) = 0;
62}; 63};
63 64
64} // end namespace FbPager 65} // end namespace FbPager