[clutter/wip/backend-next] Fix the CLUTTER_VBLANK check
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/backend-next] Fix the CLUTTER_VBLANK check
- Date: Tue, 8 Nov 2011 15:13:09 +0000 (UTC)
commit fb472fc58bf54d0444d428bc075970dd378f3416
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Tue Nov 8 15:12:37 2011 +0000
Fix the CLUTTER_VBLANK check
clutter/clutter-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index d6c7485..2306799 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -1735,7 +1735,7 @@ pre_parse_hook (GOptionContext *context,
clutter_use_fuzzy_picking = TRUE;
env_string = g_getenv ("CLUTTER_VBLANK");
- if (g_strcmp0 (env_string, "none"))
+ if (g_strcmp0 (env_string, "none") == 0)
clutter_sync_to_vblank = FALSE;
return _clutter_backend_pre_parse (backend, error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]