diff options
author | Guillaume <ixcemix@gmail.com> | 2006-10-09 11:13:30 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2006-10-09 11:13:30 -0400 |
commit | d5c7725e799a34a22ab7c20b762aa4798accda6c (patch) | |
tree | 507caec204419218085f38b80fbcf89951ff9697 /plugins/move.c | |
parent | f7be73d672559101ba81c2bca9afc056a6d1fa41 (diff) |
Add plugin feature interface.
Diffstat (limited to 'plugins/move.c')
-rw-r--r-- | plugins/move.c | 6 |
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 * |