diff options
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r-- | src/SystemTray.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc index 708f257..a90abd3 100644 --- a/src/SystemTray.cc +++ b/src/SystemTray.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SystemTray.cc,v 1.1 2003/08/15 13:48:50 fluxgen Exp $ | 22 | // $Id: SystemTray.cc,v 1.2 2003/08/16 12:12:21 fluxgen Exp $ |
23 | 23 | ||
24 | #include "SystemTray.hh" | 24 | #include "SystemTray.hh" |
25 | 25 | ||
@@ -28,6 +28,8 @@ | |||
28 | #include "AtomHandler.hh" | 28 | #include "AtomHandler.hh" |
29 | #include "fluxbox.hh" | 29 | #include "fluxbox.hh" |
30 | 30 | ||
31 | #include <X11/Xutil.h> | ||
32 | |||
31 | #include <iostream> | 33 | #include <iostream> |
32 | #include <string> | 34 | #include <string> |
33 | 35 | ||
@@ -118,7 +120,6 @@ SystemTray::SystemTray(const FbTk::FbWindow &parent): | |||
118 | 120 | ||
119 | XSendEvent(disp, root_window, false, StructureNotifyMask, &ce); | 121 | XSendEvent(disp, root_window, false, StructureNotifyMask, &ce); |
120 | 122 | ||
121 | |||
122 | } | 123 | } |
123 | 124 | ||
124 | SystemTray::~SystemTray() { | 125 | SystemTray::~SystemTray() { |
@@ -265,7 +266,7 @@ void SystemTray::handleEvent(XEvent &event) { | |||
265 | } | 266 | } |
266 | 267 | ||
267 | void SystemTray::rearrangeClients() { | 268 | void SystemTray::rearrangeClients() { |
268 | // resize clients | 269 | // move and resize clients |
269 | ClientList::iterator client_it = m_clients.begin(); | 270 | ClientList::iterator client_it = m_clients.begin(); |
270 | ClientList::iterator client_it_end = m_clients.end(); | 271 | ClientList::iterator client_it_end = m_clients.end(); |
271 | int next_x = 0; | 272 | int next_x = 0; |