diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-05-04 07:43:20 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-05-04 07:43:20 +0200 |
commit | 5a2c61fc638f676ac23282f585ce5aa7519ed43d (patch) | |
tree | a4a71875077f8eacad95ffdc3a1360fcb016f699 | |
parent | 0ba470857e60ed75ad4376f6a2039cf676a16c55 (diff) | |
download | beryl-premerge-5a2c61fc638f676ac23282f585ce5aa7519ed43d.tar.gz beryl-premerge-5a2c61fc638f676ac23282f585ce5aa7519ed43d.tar.bz2 |
Adaptions for latest Compiz git.
-rw-r--r-- | src/3d/3d.c | 2 | ||||
-rw-r--r-- | src/addhelper.c | 2 | ||||
-rw-r--r-- | src/bench.c | 2 | ||||
-rw-r--r-- | src/crashhandler.c | 2 | ||||
-rw-r--r-- | src/extrawm.c | 2 | ||||
-rw-r--r-- | src/fadedesktop.c | 2 | ||||
-rw-r--r-- | src/group/init.c | 2 | ||||
-rw-r--r-- | src/imgjpeg.c | 2 | ||||
-rw-r--r-- | src/mblur.c | 2 | ||||
-rw-r--r-- | src/neg.c | 2 | ||||
-rw-r--r-- | src/opacify.c | 2 | ||||
-rw-r--r-- | src/put.c | 2 | ||||
-rw-r--r-- | src/reflex.c | 2 | ||||
-rw-r--r-- | src/ring.c | 2 | ||||
-rw-r--r-- | src/showdesktop.c | 2 | ||||
-rw-r--r-- | src/snap.c | 2 | ||||
-rw-r--r-- | src/snow.c | 2 | ||||
-rw-r--r-- | src/splash.c | 2 | ||||
-rw-r--r-- | src/text.c | 2 | ||||
-rw-r--r-- | src/thumbnail.c | 2 | ||||
-rw-r--r-- | src/tile.c | 2 | ||||
-rw-r--r-- | src/trailfocus.c | 2 | ||||
-rw-r--r-- | src/wall.c | 2 |
23 files changed, 0 insertions, 46 deletions
diff --git a/src/3d/3d.c b/src/3d/3d.c index d9fdfe0..ef23a93 100644 --- a/src/3d/3d.c +++ b/src/3d/3d.c @@ -1181,8 +1181,6 @@ static int tdGetVersion(CompPlugin *p, int version) static CompPluginVTable tdVTable = { "3d", - N_("3D Effects"), - N_("Windows acquire 3D Effects"), tdGetVersion, 0, tdInit, diff --git a/src/addhelper.c b/src/addhelper.c index feb3d6c..20ff8de 100644 --- a/src/addhelper.c +++ b/src/addhelper.c @@ -325,8 +325,6 @@ static int addhelperGetVersion(CompPlugin *p, int version) CompPluginVTable addhelperVTable = { "addhelper", - N_("AddHelper"), - N_("Make it slightly easier to concentrate by dimming all but the active window."), addhelperGetVersion, 0, addhelperInit, diff --git a/src/bench.c b/src/bench.c index b617709..9184f0e 100644 --- a/src/bench.c +++ b/src/bench.c @@ -546,8 +546,6 @@ static int benchGetVersion (CompPlugin *plugin, int versio CompPluginVTable benchVTable = { "bench", - N_("Benchmark"), - N_("A simple benchmark plugin"), benchGetVersion, 0, benchInit, diff --git a/src/crashhandler.c b/src/crashhandler.c index e1779ae..10c79bc 100644 --- a/src/crashhandler.c +++ b/src/crashhandler.c @@ -133,8 +133,6 @@ crashhandlerGetVersion (CompPlugin * plugin, int version) CompPluginVTable crashhandlerVTable = { "crashhandler", - N_("Crash handler"), - N_("Compiz crash handler plugin"), crashhandlerGetVersion, 0, 0, diff --git a/src/extrawm.c b/src/extrawm.c index 7d8f323..fa1c14c 100644 --- a/src/extrawm.c +++ b/src/extrawm.c @@ -194,8 +194,6 @@ static int extraWMGetVersion (CompPlugin * p, CompPluginVTable extraWMVTable = { "extrawm", - N_("Extra WM Actions"), - N_("Provides less commonly used WM actions"), extraWMGetVersion, 0, extraWMInit, diff --git a/src/fadedesktop.c b/src/fadedesktop.c index bca9d48..be7d415 100644 --- a/src/fadedesktop.c +++ b/src/fadedesktop.c @@ -404,8 +404,6 @@ CompPluginFeature fdFeatures[] = { static CompPluginVTable fadeDesktopVTable = { "fadedesktop", - N_("Fade to Desktop"), - N_("Easily access your desktop"), fadeDesktopGetVersion, 0, fadeDesktopInit, diff --git a/src/group/init.c b/src/group/init.c index a3beb6d..883d728 100644 --- a/src/group/init.c +++ b/src/group/init.c @@ -436,8 +436,6 @@ groupGetVersion (CompPlugin *plugin, int version) */ CompPluginVTable groupVTable = { "group", - N_("Group and Tab Windows"), - N_("With this plugin you can group and tab windows."), groupGetVersion, 0, groupInit, diff --git a/src/imgjpeg.c b/src/imgjpeg.c index 39d0d91..fabfc04 100644 --- a/src/imgjpeg.c +++ b/src/imgjpeg.c @@ -368,8 +368,6 @@ CompPluginFeature JPEGFeatures[] = { CompPluginVTable JPEGVTable = { "imgjpeg", - N_("JPEG"), - N_("JPEG image format plugin"), JPEGGetVersion, 0, JPEGInit, diff --git a/src/mblur.c b/src/mblur.c index 1184954..b421a09 100644 --- a/src/mblur.c +++ b/src/mblur.c @@ -396,8 +396,6 @@ mblurGetVersion (CompPlugin * plugin, int version) CompPluginVTable mblurVTable = { "mblur", - N_("Motion blur effect"), - N_("Motion blur effect."), mblurGetVersion, 0, mblurInit, @@ -725,8 +725,6 @@ static int NEGGetVersion(CompPlugin * p, int version) CompPluginVTable NEGVTable = { "neg", - N_("Negative"), - N_("Used to set a window or the screen negative"), NEGGetVersion, 0, NEGInit, diff --git a/src/opacify.c b/src/opacify.c index 21c09f0..d81a843 100644 --- a/src/opacify.c +++ b/src/opacify.c @@ -510,8 +510,6 @@ static int opacifyGetVersion(CompPlugin * p, int version) CompPluginVTable opacifyVTable = { "opacify", - N_("Opacify"), - N_("Make windows easily visible by hovering the mouse over them"), opacifyGetVersion, 0, opacifyInit, @@ -1375,8 +1375,6 @@ static int putGetVersion(CompPlugin *p, int version) */ CompPluginVTable putVTable = { "put", - N_("Put"), - N_("Put window"), putGetVersion, 0, putInit, diff --git a/src/reflex.c b/src/reflex.c index 2dab78c..cb46ff4 100644 --- a/src/reflex.c +++ b/src/reflex.c @@ -358,8 +358,6 @@ reflexGetVersion (CompPlugin * plugin, int version) CompPluginVTable reflexVTable = { "reflex", - N_("Reflection"), - N_("Draws reflections"), reflexGetVersion, 0, reflexInit, @@ -1742,8 +1742,6 @@ ringGetVersion (CompPlugin *plugin, CompPluginVTable ringVTable = { "ring", - N_("Ring Switcher"), - N_("Ring Switcher"), ringGetVersion, 0, ringInit, diff --git a/src/showdesktop.c b/src/showdesktop.c index dfec624..b25d9c5 100644 --- a/src/showdesktop.c +++ b/src/showdesktop.c @@ -799,8 +799,6 @@ showdesktopGetVersion (CompPlugin *plugin, int version) /* plugin vtable */ static CompPluginVTable showdesktopVTable = { "showdesktop", - N_("Show desktop"), - N_("Access your desktop easily"), showdesktopGetVersion, 0, showdesktopInit, @@ -1151,8 +1151,6 @@ snapGetVersion(CompPlugin * plugin, int version) CompPluginVTable snapVTable = { "snap", - N_("Snapping Windows"), - N_("Enables windows edges resistance"), snapGetVersion, 0, snapInit, @@ -689,8 +689,6 @@ static int snowGetVersion(CompPlugin *p, int version) CompPluginVTable snowVTable = { "snow", - N_("Snow"), - N_("XSnow for Beryl"), snowGetVersion, 0, snowInit, diff --git a/src/splash.c b/src/splash.c index 80eb887..9e028bf 100644 --- a/src/splash.c +++ b/src/splash.c @@ -620,8 +620,6 @@ splashGetVersion (CompPlugin * plugin, int version) CompPluginVTable splashVTable = { "splash", - N_("Splash"), - N_("A simple splash plugin"), splashGetVersion, 0, splashInit, @@ -345,8 +345,6 @@ CompPluginFeature textFeatures[]={ CompPluginVTable textVTable = { "text", - N_("Text"), - N_("Render text to texture plugin"), textGetVersion, 0, textInit, diff --git a/src/thumbnail.c b/src/thumbnail.c index 209d96f..151802c 100644 --- a/src/thumbnail.c +++ b/src/thumbnail.c @@ -1305,8 +1305,6 @@ thumbnailGetVersion (CompPlugin * plugin, int version) CompPluginVTable thumbVTable = { "thumbnail", - N_("Window Previews"), - N_("Window thumbnails at the taskbar"), thumbnailGetVersion, 0, thumbInit, @@ -1077,8 +1077,6 @@ static int tileGetVersion(CompPlugin *p, int version) CompPluginVTable tileVTable = { "tile", - N_("Tile"), - N_("Tile windows"), tileGetVersion, 0, tileInit, diff --git a/src/trailfocus.c b/src/trailfocus.c index 4bf6c11..c7f42a7 100644 --- a/src/trailfocus.c +++ b/src/trailfocus.c @@ -468,8 +468,6 @@ CompPluginDep trailfocusDeps[] = { CompPluginVTable trailfocusVTable = { "trailfocus", - N_("Trailfocus"), - N_("Adjust the opacity, saturation and brightness of windows based on when they last had focus."), trailfocusGetVersion, 0, trailfocusInit, @@ -2574,8 +2574,6 @@ CompPluginDep wallDeps[] = { CompPluginVTable wallVTable = { "wall", - N_("Desktop Wall"), - N_("Desktop Wall Plugin"), wallGetVersion, 0, wallInit, |