summaryrefslogtreecommitdiffstats
path: root/twin/workspace.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-20 13:57:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-20 13:57:39 -0600
commit98ead41b56d43b01c980a017949d351581769d29 (patch)
treee3b0326666fb1d434fa315cb16aa19a6771daaf3 /twin/workspace.h
parentd160a6fc0101dd094195f8d0782e8aefcf94d376 (diff)
downloadtdebase-98ead41b56d43b01c980a017949d351581769d29.tar.gz
tdebase-98ead41b56d43b01c980a017949d351581769d29.zip
Add suspend/resume support for twin managed applications
Diffstat (limited to 'twin/workspace.h')
-rw-r--r--twin/workspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/workspace.h b/twin/workspace.h
index 6a161c52e..fb9302a00 100644
--- a/twin/workspace.h
+++ b/twin/workspace.h
@@ -647,6 +647,7 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin
Window null_focus_window;
bool forced_global_mouse_grab;
friend class StackingUpdatesBlocker;
+ friend class Client;
//kompmgr
TQSlider *transSlider;