aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 9991bb6..d04f171 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -456,7 +456,6 @@ private:
456 /// gets title string from client window and updates frame's title 456 /// gets title string from client window and updates frame's title
457 void updateTitleFromClient(WinClient &client); 457 void updateTitleFromClient(WinClient &client);
458 /// gets icon name from client window 458 /// gets icon name from client window
459 void updateIconNameFromClient(WinClient &client);
460 void updateMWMHintsFromClient(WinClient &client); 459 void updateMWMHintsFromClient(WinClient &client);
461 void updateBlackboxHintsFromClient(const WinClient &client); 460 void updateBlackboxHintsFromClient(const WinClient &client);
462 void updateRememberStateFromClient(WinClient &client); 461 void updateRememberStateFromClient(WinClient &client);
@@ -529,7 +528,7 @@ private:
529 528
530 ClientList m_clientlist; 529 ClientList m_clientlist;
531 WinClient *m_client; ///< current client 530 WinClient *m_client; ///< current client
532 typedef std::map<WinClient *, FbTk::TextButton *> Client2ButtonMap; 531 typedef std::map<WinClient *, IconButton *> Client2ButtonMap;
533 Client2ButtonMap m_labelbuttons; 532 Client2ButtonMap m_labelbuttons;
534 533
535 // just temporary solution 534 // just temporary solution