ELM_GLView: added glview_manygears example to elementary_test
authorSung W. Park <sungwoo@gmail.com>
Tue, 25 Mar 2014 15:26:46 +0000 (00:26 +0900)
committerSung W. Park <sungwoo@gmail.com>
Tue, 25 Mar 2014 15:39:49 +0000 (00:39 +0900)
commit8e2d312aeb28e8cf64f47eafda425e3566cef290
treebe7a5388ab20c39622af2a547f6da972cef8548f
parentf0a9f992bc08065e41653be5a0cf1e274f16f1a6
ELM_GLView: added glview_manygears example to elementary_test

Added a more complex glview example to the elementary test.

- the gears lighting matches the original glx gears example.
- Added a background image to show that Glview works well with existing
  ELM winsets.
- Added 5 gears and buttons to increase/decrease gear teeth
src/bin/Makefile.am
src/bin/test.c
src/bin/test_glview_manygears.c [new file with mode: 0644]