[cluttermm] Revert "Actors example: Use the init() that takes an OptionContext."



commit 3affe4a520a7c3df4440bc6322f70eb6f3dfa45b
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Aug 21 00:19:42 2016 +0200

    Revert "Actors example: Use the init() that takes an OptionContext."
    
    This reverts commit b2014528bad5da4f6730136c8397dc85e860d27f.

 examples/test-actors.cc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/examples/test-actors.cc b/examples/test-actors.cc
index 831ef95..d720025 100644
--- a/examples/test-actors.cc
+++ b/examples/test-actors.cc
@@ -97,8 +97,11 @@ int main(int argc, char *argv[])
 
   try
   {
+    // TODO: Pass context to init as soon as that init() overload has been
+    // uncommented in cluttermm. This depends on a clutter release with
+    // clutter bug #1033 fixed.
     // initialize the C++ wrapper types
-    Clutter::init(&argc, &argv, context);
+    Clutter::init(&argc, &argv); //, context);
   }
   catch(const Glib::Exception& ex)
   {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]