diff options
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(); |