aboutsummaryrefslogtreecommitdiff
path: root/src/SlitClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/SlitClient.cc')
-rw-r--r--src/SlitClient.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SlitClient.cc b/src/SlitClient.cc
index fe2567f..04fa867 100644
--- a/src/SlitClient.cc
+++ b/src/SlitClient.cc
@@ -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: SlitClient.cc,v 1.2 2003/06/22 12:30:59 fluxgen Exp $ 22// $Id: SlitClient.cc,v 1.3 2004/01/31 11:39:32 rathnor Exp $
23 23
24#include "SlitClient.hh" 24#include "SlitClient.hh"
25 25
@@ -53,7 +53,7 @@ void SlitClient::initialize(BScreen *screen, Window win) {
53 resize(0, 0); 53 resize(0, 0);
54 54
55 if (matchName().empty()) 55 if (matchName().empty())
56 m_match_name = Xutil::getWMName(clientWindow()); 56 m_match_name = Xutil::getWMClassName(clientWindow());
57 m_visible = true; 57 m_visible = true;
58} 58}
59 59