diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-02-22 17:46:50 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-02-22 17:46:50 +0100 |
commit | 7b9613e832fe6e44ea56ff5281dc6b0fbb7973d9 (patch) | |
tree | 6ab6d1f7b9ec4fc3b4f1122ca3095545bbbf6d0b /metadata | |
parent | e4fa17fd1122c6be9cffe67a16f6d09db553ba63 (diff) | |
download | zcomp-7b9613e832fe6e44ea56ff5281dc6b0fbb7973d9.tar.gz zcomp-7b9613e832fe6e44ea56ff5281dc6b0fbb7973d9.tar.bz2 |
Scale plugin API improvements:
- Provide getters for state, grab, window list and custom (user provided) match
- Provide getter for "window has slot" information
- Make relayoutSlots () a method instead of an action and allow a match
being passed to it. If a match is provided, it overrides scale's own
match.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/scale.xml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metadata/scale.xml.in b/metadata/scale.xml.in index bee4b5b..d96b3ff 100644 --- a/metadata/scale.xml.in +++ b/metadata/scale.xml.in @@ -8,7 +8,6 @@ </requirement> </deps> <options> - <option name="relayout_slots" type="action" read_only="true"/> <option name="initiate_edge" type="edge"> <_short>Initiate Window Picker</_short> <_long>Layout and start transforming windows</_long> |