gl/gtk: Fix compiler warning in example
authorSebastian Dröge <sebastian@centricular.com>
Thu, 24 Mar 2016 12:08:46 +0000 (14:08 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 24 Mar 2016 12:08:46 +0000 (14:08 +0200)
commit10bc9a7efc75e8d8676f77d1fd7745744525e5ac
tree3c61c70c5a33786c0af845291b72b0f849bc1c42
parent795f63659ccb68d85ae3e2195c61017f07a9ec0c
gl/gtk: Fix compiler warning in example

fxtest.c: In function ‘main’:
fxtest.c:190:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
   GtkWidget *window;
   ^~~~~~~~~
tests/examples/gl/gtk/fxtest/fxtest.c