summaryrefslogtreecommitdiff
path: root/plugins/move.c
diff options
context:
space:
mode:
authorGuillaume <ixcemix@gmail.com>2006-10-09 11:13:30 -0400
committerDavid Reveman <davidr@novell.com>2006-10-09 11:13:30 -0400
commitd5c7725e799a34a22ab7c20b762aa4798accda6c (patch)
tree507caec204419218085f38b80fbcf89951ff9697 /plugins/move.c
parentf7be73d672559101ba81c2bca9afc056a6d1fa41 (diff)
Add plugin feature interface.
Diffstat (limited to 'plugins/move.c')
-rw-r--r--plugins/move.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/move.c b/plugins/move.c
index 399e399d..2018029e 100644
--- a/plugins/move.c
+++ b/plugins/move.c
@@ -741,8 +741,10 @@ CompPluginVTable moveVTable = {
moveSetDisplayOption,
0, /* GetScreenOptions */
0, /* SetScreenOption */
- NULL,
- 0
+ 0, /* Deps */
+ 0, /* nDeps */
+ 0, /* Features */
+ 0 /* nFeatures */
};
CompPluginVTable *