diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index d7fd812..080ceac 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -418,9 +418,9 @@ public: | |||
418 | 418 | ||
419 | bool acceptsFocus() const; | 419 | bool acceptsFocus() const; |
420 | const FbTk::PixmapWithMask &icon() const; | 420 | const FbTk::PixmapWithMask &icon() const; |
421 | const std::string &title() const; | 421 | const FbTk::BiDiString &title() const; |
422 | const std::string &getWMClassName() const; | 422 | const FbTk::FbString &getWMClassName() const; |
423 | const std::string &getWMClassClass() const; | 423 | const FbTk::FbString &getWMClassClass() const; |
424 | std::string getWMRole() const; | 424 | std::string getWMRole() const; |
425 | void setWindowType(WindowState::WindowType type); | 425 | void setWindowType(WindowState::WindowType type); |
426 | bool isTransient() const; | 426 | bool isTransient() const; |