aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-05 16:05:39 (GMT)
committermarkt <markt>2007-04-05 16:05:39 (GMT)
commitd4f33533543690f12ad9eea62ea9b634a89340fb (patch)
treecc879e2439ec92172ad75f9eb61d3ae17bff21ae /src/WinClient.hh
parent9d7c562478b553c8f0f71acdfa93bda2f0a5ce5d (diff)
downloadfluxbox-d4f33533543690f12ad9eea62ea9b634a89340fb.zip
fluxbox-d4f33533543690f12ad9eea62ea9b634a89340fb.tar.bz2
some minor changes and reorganization
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 534a2a5..6b22b49 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -82,6 +82,7 @@ public:
82 void clearStrut(); 82 void clearStrut();
83 83
84 bool focus(); // calls Window->setCurrentClient to give focus to this client 84 bool focus(); // calls Window->setCurrentClient to give focus to this client
85 bool isFocused() const;
85 const std::string &title() const; 86 const std::string &title() const;
86 87
87 /** 88 /**