Hide clutter_context_get_default()

The clutter_context_get_default() function is private, but shared
across Clutter. For this reason, it should be prefixed by '_' so
that the symbol is hidden from the shared object.
This commit is contained in:
Emmanuele Bassi
2009-06-17 17:59:54 +01:00
parent 8c676ebd87
commit c6fba47a52
18 changed files with 87 additions and 88 deletions

View File

@ -335,7 +335,7 @@ clutter_event_dispatch (GSource *source,
clutter_threads_enter ();
clutter_context = clutter_context_get_default ();
clutter_context = _clutter_context_get_default ();
while (SDL_PollEvent(&sdl_event))
{