From 5d85790c919348d5ac6642b44f769a1a3f3905aa Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Wed, 9 Aug 2000 09:00:13 +0000 Subject: [PATCH] better 'textedit' support :) svn path=/trunk/kdebase/kwin/; revision=60284 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index f72110c00f..cbd2349873 100644 --- a/client.cpp +++ b/client.cpp @@ -2257,7 +2257,7 @@ NET::WindowType Client::windowType() const bool Client::wantsTabFocus() const { - return windowType() == NET::Normal && input; + return windowType() == NET::Normal && ( input || Ptakefocus ); } /*!