0001-Set-windowing-backend-to-X11.patch 722 B

1234567891011121314151617181920212223242526
  1. From 7ccb21a78cb85cf0d12232ec2c82ca194956dd44 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
  3. Date: Wed, 15 Apr 2015 15:46:14 +0200
  4. Subject: [PATCH] Set windowing backend to X11
  5. This required to work with Clutter 1.22.
  6. ---
  7. src/snappy.c | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/src/snappy.c b/src/snappy.c
  10. index 6054c88..c2bb2d0 100644
  11. --- a/src/snappy.c
  12. +++ b/src/snappy.c
  13. @@ -179,6 +179,7 @@ main (int argc, char *argv[])
  14. context = g_option_context_new ("<media file> - Play movie files");
  15. + clutter_set_windowing_backend (CLUTTER_WINDOWING_X11);
  16. ci_err = gtk_clutter_init (&argc, &argv);
  17. if (ci_err != CLUTTER_INIT_SUCCESS)
  18. goto quit;
  19. --
  20. 2.3.5