aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-17 01:21:49 (GMT)
committerfluxgen <fluxgen>2003-12-17 01:21:49 (GMT)
commitae482595675a498b9935784284ce1f5d4374aff9 (patch)
tree76587af3b304f18158e6dcf664077cc2706f9910 /src
parent175a9ace5212ef3035c7b78fd83b155476680a4a (diff)
downloadfluxbox-ae482595675a498b9935784284ce1f5d4374aff9.zip
fluxbox-ae482595675a498b9935784284ce1f5d4374aff9.tar.bz2
cleaning
Diffstat (limited to 'src')
-rw-r--r--src/Window.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index d8a1ec5..c4a7a25 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.102 2003/12/16 23:28:36 fluxgen Exp $ 25// $Id: Window.hh,v 1.103 2003/12/17 01:21:49 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -51,7 +51,7 @@ class TextButton;
51class MenuTheme; 51class MenuTheme;
52class ImageControl; 52class ImageControl;
53class XLayer; 53class XLayer;
54}; 54}
55 55
56/// Creates the window frame and handles any window event for it 56/// Creates the window frame and handles any window event for it
57class FluxboxWindow: public FbTk::EventHandler { 57class FluxboxWindow: public FbTk::EventHandler {
@@ -433,7 +433,7 @@ private:
433 Decoration m_old_decoration; 433 Decoration m_old_decoration;
434 434
435 ClientList m_clientlist; 435 ClientList m_clientlist;
436 WinClient *m_client; 436 WinClient *m_client; ///< current client
437 typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap; 437 typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap;
438 Client2ButtonMap m_labelbuttons; 438 Client2ButtonMap m_labelbuttons;
439 439