This commit is contained in:
fluxgen 2003-12-17 01:21:49 +00:00
parent 175a9ace52
commit ae48259567

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: Window.hh,v 1.102 2003/12/16 23:28:36 fluxgen Exp $ // $Id: Window.hh,v 1.103 2003/12/17 01:21:49 fluxgen Exp $
#ifndef WINDOW_HH #ifndef WINDOW_HH
#define WINDOW_HH #define WINDOW_HH
@ -51,7 +51,7 @@ class TextButton;
class MenuTheme; class MenuTheme;
class ImageControl; class ImageControl;
class XLayer; class XLayer;
}; }
/// Creates the window frame and handles any window event for it /// Creates the window frame and handles any window event for it
class FluxboxWindow: public FbTk::EventHandler { class FluxboxWindow: public FbTk::EventHandler {
@ -433,7 +433,7 @@ private:
Decoration m_old_decoration; Decoration m_old_decoration;
ClientList m_clientlist; ClientList m_clientlist;
WinClient *m_client; WinClient *m_client; ///< current client
typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap; typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap;
Client2ButtonMap m_labelbuttons; Client2ButtonMap m_labelbuttons;