diff options
author | rathnor <rathnor> | 2003-07-28 15:46:00 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 15:46:00 (GMT) |
commit | 35234ae644d14b929c72b4a04a8d59eb46d72448 (patch) | |
tree | af954401698b6c869c990c5dda93f3456d020c17 /src/WinClient.hh | |
parent | d353b688dec41daddeec9696586a4519f58cce45 (diff) | |
download | fluxbox-35234ae644d14b929c72b4a04a8d59eb46d72448.zip fluxbox-35234ae644d14b929c72b4a04a8d59eb46d72448.tar.bz2 |
missed updating wm_protocols
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 50f26ee..755a235 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -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: WinClient.hh,v 1.11 2003/07/28 15:06:34 rathnor Exp $ | 22 | // $Id: WinClient.hh,v 1.12 2003/07/28 15:46:00 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef WINCLIENT_HH | 24 | #ifndef WINCLIENT_HH |
25 | #define WINCLIENT_HH | 25 | #define WINCLIENT_HH |
@@ -57,7 +57,7 @@ public: | |||
57 | const std::string &getWMClassClass() const; | 57 | const std::string &getWMClassClass() const; |
58 | /// updates from wm class hints | 58 | /// updates from wm class hints |
59 | void updateWMClassHint(); | 59 | void updateWMClassHint(); |
60 | void getWMProtocols(); | 60 | void updateWMProtocols(); |
61 | 61 | ||
62 | inline const std::string &getTitle() const { return m_title; } | 62 | inline const std::string &getTitle() const { return m_title; } |
63 | void updateTitle(); | 63 | void updateTitle(); |