[fusion-commits] A scheme interpreter embedded in a compiz plugin with wrappings for making useful scripts.: Changes to 'master' (9c52a52f6f8dbb3ca588482e1ae45ce025eff6e7)

maniac at server.beryl-project.org maniac at server.beryl-project.org
Thu Jul 26 08:47:58 CEST 2007


New commits:
commit 9c52a52f6f8dbb3ca588482e1ae45ce025eff6e7
Author: Danny Baumann <dannybaumann at web.de>
Date:   Thu Jul 26 10:22:34 2007 +0200

    Remove deps & features from vTable.


 scheme.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


Modified: fusion/plugins/compiz-scheme/scheme.c
===================================================================
--- fusion/plugins/compiz-scheme/scheme.c
+++ fusion/plugins/compiz-scheme/scheme.c
@@ -474,11 +474,7 @@ static CompPluginVTable schemeVTable = {
     schemeGetDisplayOptions, /* GetDisplayOptions */
     schemeSetDisplayOption, /* SetDisplayOption */
     0,
-    0,
-    0,
-    0,
-    0, /* Features */
-    0  /* nFeatures */
+    0
 };
 
 // I'll show you my vtable and then you can have a look at my functions and I can WRAP your dynamics if you catch my drift.


More information about the commits mailing list