diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 4d69ee6..ebf542d 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.5 2003/05/14 12:07:05 fluxgen Exp $ | 22 | // $Id: WinClient.hh,v 1.6 2003/06/12 15:13:23 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef WINCLIENT_HH | 24 | #ifndef WINCLIENT_HH |
25 | #define WINCLIENT_HH | 25 | #define WINCLIENT_HH |
@@ -48,6 +48,9 @@ public: | |||
48 | bool getAttrib(XWindowAttributes &attr) const; | 48 | bool getAttrib(XWindowAttributes &attr) const; |
49 | bool getWMName(XTextProperty &textprop) const; | 49 | bool getWMName(XTextProperty &textprop) const; |
50 | bool getWMIconName(XTextProperty &textprop) const; | 50 | bool getWMIconName(XTextProperty &textprop) const; |
51 | const std::string getWMClassName() const; // name member of class structure | ||
52 | const std::string getWMClassClass() const; // class member of class structure | ||
53 | inline const std::string getTitle() const { return m_title; } | ||
51 | void updateTitle(); | 54 | void updateTitle(); |
52 | void updateIconTitle(); | 55 | void updateIconTitle(); |
53 | BScreen &screen() { return m_screen; } | 56 | BScreen &screen() { return m_screen; } |