~smspillaz/unity/unity.fix_881190_918360

« back to all changes in this revision

Viewing changes to standalone-clients/TestScreenEffectFramebufferObject.cpp

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-01-09 17:30:09 UTC
  • mfrom: (1821.1.1 trunk)
  • Revision ID: tarmac-20120109173009-vf879gyda2m5qyni
removes g_thread_init from the unity codebase. Fixes: . Appoved by Mirco Müller.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
  nux::NuxInitialize (0);
654
654
  GLFuncs::init ();
655
655
        g_type_init ();
656
 
  g_thread_init (NULL);
 
656
  
657
657
  gtk_init(&argc, &argv);
658
658
 
659
659
  BaseContext *bc = new BaseContext (display);