diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 6 |
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; | |||
51 | class MenuTheme; | 51 | class MenuTheme; |
52 | class ImageControl; | 52 | class ImageControl; |
53 | class XLayer; | 53 | class 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 |
57 | class FluxboxWindow: public FbTk::EventHandler { | 57 | class 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 | ||