summaryrefslogtreecommitdiffstats
path: root/twin/KWinInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'twin/KWinInterface.h')
-rw-r--r--twin/KWinInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/twin/KWinInterface.h b/twin/KWinInterface.h
index 4eb7948fe..34e35a5bd 100644
--- a/twin/KWinInterface.h
+++ b/twin/KWinInterface.h
@@ -29,6 +29,9 @@ class KWinInterface : virtual public DCOPObject
virtual void circulateDesktopApplications() = 0;
virtual void updateOverlappingShadows(unsigned long window) = 0;
virtual void setShadowed(unsigned long window, bool shadowed) = 0;
+ virtual void tileHorizontally(unsigned long w1, unsigned long w2) = 0;
+ virtual void tileVertically(unsigned long w1, unsigned long w2) = 0;
+ virtual void tileGrid(unsigned long w1, unsigned long w2, unsigned long w3, unsigned long w4) = 0;
// kompmgr stuff
virtual void startKompmgr() = 0;