diff options
-rw-r--r-- | include/compiz-plugin.h | 2 | ||||
-rw-r--r-- | plugins/annotate.c | 2 | ||||
-rw-r--r-- | plugins/blur.c | 2 | ||||
-rw-r--r-- | plugins/clone.c | 2 | ||||
-rw-r--r-- | plugins/cube.c | 2 | ||||
-rw-r--r-- | plugins/dbus.c | 2 | ||||
-rw-r--r-- | plugins/decoration.c | 2 | ||||
-rw-r--r-- | plugins/fade.c | 2 | ||||
-rw-r--r-- | plugins/fuse.c | 2 | ||||
-rw-r--r-- | plugins/gconf.c | 2 | ||||
-rw-r--r-- | plugins/glib.c | 2 | ||||
-rw-r--r-- | plugins/ini.c | 2 | ||||
-rw-r--r-- | plugins/inotify.c | 2 | ||||
-rw-r--r-- | plugins/kconfig.cpp | 2 | ||||
-rw-r--r-- | plugins/minimize.c | 2 | ||||
-rw-r--r-- | plugins/move.c | 2 | ||||
-rw-r--r-- | plugins/place.c | 2 | ||||
-rw-r--r-- | plugins/plane.c | 2 | ||||
-rw-r--r-- | plugins/png.c | 2 | ||||
-rw-r--r-- | plugins/regex.c | 2 | ||||
-rw-r--r-- | plugins/resize.c | 2 | ||||
-rw-r--r-- | plugins/rotate.c | 2 | ||||
-rw-r--r-- | plugins/scale.c | 2 | ||||
-rw-r--r-- | plugins/screenshot.c | 2 | ||||
-rw-r--r-- | plugins/svg.c | 2 | ||||
-rw-r--r-- | plugins/switcher.c | 2 | ||||
-rw-r--r-- | plugins/video.c | 2 | ||||
-rw-r--r-- | plugins/water.c | 2 | ||||
-rw-r--r-- | plugins/wobbly.c | 2 | ||||
-rw-r--r-- | plugins/zoom.c | 2 | ||||
-rw-r--r-- | src/plugin.c | 3 |
31 files changed, 32 insertions, 31 deletions
diff --git a/include/compiz-plugin.h b/include/compiz-plugin.h index 826b7b8e..b8a30f6e 100644 --- a/include/compiz-plugin.h +++ b/include/compiz-plugin.h @@ -64,7 +64,7 @@ typedef struct _CompPluginVTable { } CompPluginVTable; CompPluginVTable * -getCompPluginInfo (void); +getCompPluginInfo20070830 (void); COMPIZ_END_DECLS diff --git a/plugins/annotate.c b/plugins/annotate.c index 6732e677..e79a2b33 100644 --- a/plugins/annotate.c +++ b/plugins/annotate.c @@ -949,7 +949,7 @@ static CompPluginVTable annoVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &annoVTable; } diff --git a/plugins/blur.c b/plugins/blur.c index 817a9c0b..8f515895 100644 --- a/plugins/blur.c +++ b/plugins/blur.c @@ -2849,7 +2849,7 @@ static CompPluginVTable blurVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &blurVTable; } diff --git a/plugins/clone.c b/plugins/clone.c index efb08036..5395bb76 100644 --- a/plugins/clone.c +++ b/plugins/clone.c @@ -918,7 +918,7 @@ CompPluginVTable cloneVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &cloneVTable; } diff --git a/plugins/cube.c b/plugins/cube.c index 0ab95429..fba3981c 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -2327,7 +2327,7 @@ CompPluginVTable cubeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &cubeVTable; } diff --git a/plugins/dbus.c b/plugins/dbus.c index 6e2f25dc..61fa63ad 100644 --- a/plugins/dbus.c +++ b/plugins/dbus.c @@ -2593,7 +2593,7 @@ CompPluginVTable dbusVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &dbusVTable; } diff --git a/plugins/decoration.c b/plugins/decoration.c index 87abbe29..d927127a 100644 --- a/plugins/decoration.c +++ b/plugins/decoration.c @@ -1554,7 +1554,7 @@ static CompPluginVTable decorVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &decorVTable; } diff --git a/plugins/fade.c b/plugins/fade.c index 25c04615..b0683a0c 100644 --- a/plugins/fade.c +++ b/plugins/fade.c @@ -911,7 +911,7 @@ static CompPluginVTable fadeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &fadeVTable; } diff --git a/plugins/fuse.c b/plugins/fuse.c index 69f6c1f1..5a503eed 100644 --- a/plugins/fuse.c +++ b/plugins/fuse.c @@ -1454,7 +1454,7 @@ CompPluginVTable fuseVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &fuseVTable; } diff --git a/plugins/gconf.c b/plugins/gconf.c index 30dc276c..009db25a 100644 --- a/plugins/gconf.c +++ b/plugins/gconf.c @@ -962,7 +962,7 @@ CompPluginVTable gconfVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &gconfVTable; } diff --git a/plugins/glib.c b/plugins/glib.c index f7755487..0f88d811 100644 --- a/plugins/glib.c +++ b/plugins/glib.c @@ -298,7 +298,7 @@ CompPluginVTable glibVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &glibVTable; } diff --git a/plugins/ini.c b/plugins/ini.c index 91bf6028..cf5f3687 100644 --- a/plugins/ini.c +++ b/plugins/ini.c @@ -1242,7 +1242,7 @@ CompPluginVTable iniVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &iniVTable; } diff --git a/plugins/inotify.c b/plugins/inotify.c index 8bacf648..5fd42dd6 100644 --- a/plugins/inotify.c +++ b/plugins/inotify.c @@ -306,7 +306,7 @@ CompPluginVTable inotifyVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &inotifyVTable; } diff --git a/plugins/kconfig.cpp b/plugins/kconfig.cpp index b731e860..ef648525 100644 --- a/plugins/kconfig.cpp +++ b/plugins/kconfig.cpp @@ -860,7 +860,7 @@ CompPluginVTable kconfigVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &kconfigVTable; } diff --git a/plugins/minimize.c b/plugins/minimize.c index 969bc3e7..7f28d84d 100644 --- a/plugins/minimize.c +++ b/plugins/minimize.c @@ -1077,7 +1077,7 @@ static CompPluginVTable minVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &minVTable; } diff --git a/plugins/move.c b/plugins/move.c index a23c2f63..90851b81 100644 --- a/plugins/move.c +++ b/plugins/move.c @@ -999,7 +999,7 @@ CompPluginVTable moveVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &moveVTable; } diff --git a/plugins/place.c b/plugins/place.c index 841310e5..c2bcc897 100644 --- a/plugins/place.c +++ b/plugins/place.c @@ -1571,7 +1571,7 @@ static CompPluginVTable placeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &placeVTable; } diff --git a/plugins/plane.c b/plugins/plane.c index 62bbba21..f5571eac 100644 --- a/plugins/plane.c +++ b/plugins/plane.c @@ -788,7 +788,7 @@ CompPluginVTable planeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &planeVTable; } diff --git a/plugins/png.c b/plugins/png.c index 61855ec5..b5909737 100644 --- a/plugins/png.c +++ b/plugins/png.c @@ -567,7 +567,7 @@ CompPluginVTable pngVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &pngVTable; } diff --git a/plugins/regex.c b/plugins/regex.c index e141798d..1475d2c4 100644 --- a/plugins/regex.c +++ b/plugins/regex.c @@ -535,7 +535,7 @@ static CompPluginVTable regexVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return ®exVTable; } diff --git a/plugins/resize.c b/plugins/resize.c index 3eccdafe..06645c6d 100644 --- a/plugins/resize.c +++ b/plugins/resize.c @@ -1452,7 +1452,7 @@ CompPluginVTable resizeVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &resizeVTable; } diff --git a/plugins/rotate.c b/plugins/rotate.c index 5a678dff..18f80156 100644 --- a/plugins/rotate.c +++ b/plugins/rotate.c @@ -1968,7 +1968,7 @@ CompPluginVTable rotateVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &rotateVTable; } diff --git a/plugins/scale.c b/plugins/scale.c index 4e4a9de6..37a1f91b 100644 --- a/plugins/scale.c +++ b/plugins/scale.c @@ -2236,7 +2236,7 @@ CompPluginVTable scaleVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &scaleVTable; } diff --git a/plugins/screenshot.c b/plugins/screenshot.c index c3a4a3c5..995315ba 100644 --- a/plugins/screenshot.c +++ b/plugins/screenshot.c @@ -616,7 +616,7 @@ static CompPluginVTable shotVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &shotVTable; } diff --git a/plugins/svg.c b/plugins/svg.c index 1f0b3d56..3af159a7 100644 --- a/plugins/svg.c +++ b/plugins/svg.c @@ -1040,7 +1040,7 @@ CompPluginVTable svgVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &svgVTable; } diff --git a/plugins/switcher.c b/plugins/switcher.c index 1485e9f2..111737dd 100644 --- a/plugins/switcher.c +++ b/plugins/switcher.c @@ -2122,7 +2122,7 @@ CompPluginVTable switchVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &switchVTable; } diff --git a/plugins/video.c b/plugins/video.c index 3e57d69a..49421d12 100644 --- a/plugins/video.c +++ b/plugins/video.c @@ -1319,7 +1319,7 @@ static CompPluginVTable videoVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &videoVTable; } diff --git a/plugins/water.c b/plugins/water.c index b4aa0f37..39bfa70a 100644 --- a/plugins/water.c +++ b/plugins/water.c @@ -1813,7 +1813,7 @@ static CompPluginVTable waterVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &waterVTable; } diff --git a/plugins/wobbly.c b/plugins/wobbly.c index 867112e5..b26d28f4 100644 --- a/plugins/wobbly.c +++ b/plugins/wobbly.c @@ -2944,7 +2944,7 @@ CompPluginVTable wobblyVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &wobblyVTable; } diff --git a/plugins/zoom.c b/plugins/zoom.c index 3932ab27..5c43c26c 100644 --- a/plugins/zoom.c +++ b/plugins/zoom.c @@ -1192,7 +1192,7 @@ CompPluginVTable zoomVTable = { }; CompPluginVTable * -getCompPluginInfo (void) +getCompPluginInfo20070830 (void) { return &zoomVTable; } diff --git a/src/plugin.c b/src/plugin.c index 6e3a1506..9f9ba497 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -170,7 +170,8 @@ dlloaderLoadPlugin (CompPlugin *p, dlerror (); - getInfo = (PluginGetInfoProc) dlsym (dlhand, "getCompPluginInfo"); + getInfo = (PluginGetInfoProc) + dlsym (dlhand, "getCompPluginInfo20070830"); error = dlerror (); if (error) |