diff options
author | David Mikos <metastability@opencompositing.org> | 2007-12-23 03:04:53 +1030 |
---|---|---|
committer | David Mikos <metastability@opencompositing.org> | 2007-12-23 03:04:53 +1030 |
commit | e8fd620a199016fa17c69bc0da75c9ea3f473776 (patch) | |
tree | 3f81f4a6ad2cdef1f783f444546757c2f55411a4 | |
parent | 45f1bfa9499cb0463e5cb98e9c7965d0c2225f72 (diff) | |
download | snowglobe-e8fd620a199016fa17c69bc0da75c9ea3f473776.tar.gz snowglobe-e8fd620a199016fa17c69bc0da75c9ea3f473776.tar.bz2 |
Add snowglobeGetVersion function.
-rw-r--r-- | snowglobe.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snowglobe.c b/snowglobe.c index 30e4e55..053bd57 100644 --- a/snowglobe.c +++ b/snowglobe.c @@ -515,6 +515,13 @@ snowglobeFini (CompPlugin * p) freeDisplayPrivateIndex (snowglobeDisplayPrivateIndex); } +static int +snowglobeGetVersion (CompPlugin *plugin, + int version) +{ + return ABIVERSION; +} + CompPluginVTable snowglobeVTable = { "snowglobe", |