Neil Roberts 8e3674dcc1 Avoid variable length arrays in clutter-backend-x11
There was an array whose length was define by a static const int
variable. GCC seems to consider this a variable-length array so it
will cause warnings now that -Wvla is enabled. We might as well make
this constant a #define instead to avoid the warning.
2010-10-25 13:18:25 +01:00
..
2010-09-29 15:55:58 +01:00
2010-10-19 17:48:15 +01:00
2010-09-29 15:55:58 +01:00
2010-10-19 17:48:15 +01:00
2010-10-18 11:26:44 +01:00
2010-10-04 11:30:32 +01:00
2010-09-08 16:41:47 +01:00
2010-10-14 16:23:05 +01:00
2010-10-18 11:26:44 +01:00
2010-09-08 16:41:47 +01:00
2010-09-08 16:41:47 +01:00
2010-10-18 11:26:44 +01:00
2010-10-18 11:26:44 +01:00
2010-10-14 16:23:05 +01:00