[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/taskmanager
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-04-22 2:12:45
Message-ID: 20050422021245.8A132651 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

make it possible to get at the window info... useful for things like the
pager


  M +1 -1      taskmanager.cpp   1.101
  M +2 -0      taskmanager.h   1.68


--- kdebase/kicker/taskmanager/taskmanager.cpp  #1.100:1.101
@@ -569,5 +569,5 @@ bool Task::isShaded() const
 bool Task::isOnCurrentDesktop() const
 {
-    return _info.valid() && (_info.isOnCurrentDesktop());
+    return _info.valid() && _info.isOnCurrentDesktop();
 }
 

--- kdebase/kicker/taskmanager/taskmanager.h  #1.67:1.68
@@ -85,4 +85,6 @@ public:
 
     WId window() const { return _win; }
+    KWin::WindowInfo info() const { return _info; }
+
 #if 0 // this would use (_NET_)WM_ICON_NAME, which is shorter, but can be different from window name
     QString visibleIconicName() const { return _info.visibleIconName(); }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic