Emmanuele Bassi
8249e48802
Clean up the windowing system defines
...
Instead of defining new symbols for the windowing systems enabled at
configure time, we can reuse the same symbols for both the compile time
and run time checks, e.g.:
#ifdef CLUTTER_WINDOWING_X11
if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11))
/* use the clutter_x11_* API */
else
#endif
#ifdef CLUTTER_WINDOWING_WIN32
if (clutter_check_windowing_backend (CLUTTER_WINDOWING_WIN32))
/* use the clutter_win32_* API */
#endif
This scheme allows us to ensure that the input system namespace is free
for us to use and select at run time in later versions of Clutter.
2011-11-03 13:45:20 +00:00
..
2011-09-11 10:57:25 -04:00
2011-11-03 13:45:20 +00:00
2011-11-02 13:00:46 +00:00
2011-11-03 13:45:20 +00:00
2011-11-03 13:45:20 +00:00
2011-11-03 13:45:20 +00:00
2011-11-03 13:45:19 +00:00
2011-11-03 13:45:20 +00:00
2011-11-03 13:45:19 +00:00
2011-11-03 13:45:19 +00:00
2011-11-03 13:45:19 +00:00
2011-09-29 19:34:32 +02:00
2011-09-29 19:34:24 +02:00
2011-10-01 12:40:11 +02:00
2011-06-17 18:38:29 +01:00
2011-10-25 11:35:04 +01:00
2011-11-02 13:00:46 +00:00
2011-10-15 18:36:27 +01:00
2011-10-11 17:59:46 +01:00
2011-09-12 13:12:14 +01:00
2011-10-11 23:02:17 +01:00
2011-09-12 13:12:14 +01:00
2011-11-02 13:00:46 +00:00
2011-10-07 16:56:21 +01:00
2011-09-07 16:14:10 +01:00
2011-10-11 17:59:46 +01:00
2011-11-03 13:45:20 +00:00
2011-10-17 10:24:25 +01:00
2011-11-03 13:45:20 +00:00
2011-10-17 10:24:25 +01:00
2011-08-29 22:43:42 +01:00
2011-10-11 17:59:46 +01:00
2011-09-02 15:48:27 +01:00
2011-10-11 17:59:46 +01:00
2011-10-19 15:27:03 +01:00
2011-10-07 11:53:02 +01:00
2011-10-11 17:59:46 +01:00
2011-09-12 12:36:31 +01:00
2011-11-02 13:00:46 +00:00
2011-11-02 13:00:46 +00:00
2011-09-12 13:12:14 +01:00
2011-10-11 17:59:46 +01:00
2011-10-19 15:23:55 +01:00
2011-10-19 15:23:55 +01:00
2011-09-05 17:22:14 +01:00
2011-10-11 17:59:46 +01:00
2011-09-29 19:34:31 +02:00
2011-07-29 13:06:51 +01:00
2011-10-17 10:24:25 +01:00
2011-10-13 11:38:27 +01:00
2011-11-02 13:00:46 +00:00
2011-10-11 17:15:34 +01:00
2011-06-20 11:41:28 +01:00
2011-09-02 14:53:56 +01:00
2011-10-11 17:59:46 +01:00
2011-09-02 15:22:08 +01:00
2011-06-20 15:25:54 +01:00
2011-09-12 13:12:14 +01:00
2011-10-11 17:59:46 +01:00
2011-10-15 18:36:27 +01:00
2011-10-11 17:59:46 +01:00
2011-10-11 17:59:46 +01:00
2011-09-05 12:21:18 -04:00
2011-10-11 17:59:46 +01:00
2011-09-12 13:12:14 +01:00
2011-06-17 17:23:32 +01:00
2011-07-04 15:58:08 +01:00
2011-10-11 17:59:46 +01:00
2011-07-26 13:44:12 +01:00
2011-06-17 12:14:15 +01:00
2011-10-07 12:11:20 +01:00
2011-06-17 12:14:15 +01:00
2011-10-17 11:48:47 +01:00
2009-12-02 11:36:25 +00:00
2011-07-26 13:44:12 +01:00
2011-11-03 13:45:20 +00:00
2011-11-02 13:00:46 +00:00
2011-06-20 15:25:53 +01:00
2011-10-17 10:25:07 +01:00
2011-07-04 15:58:08 +01:00
2011-10-11 23:42:23 +01:00
2011-09-22 12:28:59 +01:00
2011-09-30 17:05:15 +01:00
2011-10-14 11:34:38 +01:00
2011-10-11 17:59:46 +01:00
2011-09-26 12:05:55 +01:00
2011-10-31 10:39:46 +00:00
2009-03-16 15:00:55 +00:00
2011-10-11 23:42:23 +01:00
2011-09-07 16:14:10 +01:00
2011-09-07 16:14:10 +01:00
2011-10-11 17:59:50 +01:00
2011-10-11 17:52:17 +01:00
2011-10-11 22:45:14 +01:00
2011-09-30 11:51:37 +01:00
2011-09-30 11:51:37 +01:00
2011-07-18 13:43:29 +01:00
2011-10-11 17:59:46 +01:00
2011-11-02 13:00:46 +00:00
2011-09-26 12:05:55 +01:00
2011-11-03 13:45:19 +00:00
2011-11-03 13:45:19 +00:00
2011-09-26 12:05:55 +01:00
2011-10-11 17:59:46 +01:00
2011-10-07 12:11:52 +01:00
2011-10-11 17:59:50 +01:00
2011-10-11 17:59:46 +01:00
2011-08-29 22:43:42 +01:00
2011-10-11 17:59:46 +01:00
2011-09-19 20:26:37 +01:00
2011-10-12 12:36:41 +01:00
2011-11-02 13:00:46 +00:00
2011-09-02 15:49:05 +01:00
2011-10-11 17:59:50 +01:00
2011-10-11 23:03:09 +01:00
2011-10-11 17:59:46 +01:00
2011-09-26 12:05:55 +01:00
2011-11-02 13:00:47 +00:00
2011-11-03 13:45:20 +00:00
2011-10-11 17:59:46 +01:00
2011-11-03 13:45:19 +00:00
2011-11-03 13:45:20 +00:00