summaryrefslogtreecommitdiff
path: root/src/examples/glview_example_01.c
Commit message (Collapse)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
| | | | | elm_shutdown() is automatically called when you use ELM_MAIN() since elementary 1.12.
* elm examples: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-4/+0
| | | | being pedantic.
* elm/examples: port 265eff94bb6274c284e8e111192f9922906990acU. Artie Eoff2013-09-121-4/+0
| | | | | | "Autodetect engine on the glview example" Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
* examples: refactoring. use elm_win_util_standard_add() for normal cases. ↵Daniel Juyung Seo2013-06-261-8/+3
| | | | season 2.
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-6/+7
|
* set preferred engine.Carsten Haitzler2012-08-201-4/+4
| | | | SVN revision: 75442
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ↵Daniel Juyung Seo2012-03-281-5/+0
| | | | | | an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary? SVN revision: 69698
* elm examples: Use standard way of elementary applications. EAPI_MAIN, ↵Daniel Juyung Seo2012-03-281-1/+3
| | | | | | elm_shutdown, ELM_MAIN() SVN revision: 69690
* elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.Daniel Juyung Seo2012-03-281-0/+5
| | | | SVN revision: 69678
* Remove GLView example from comments to a new file.Joao Paulo Fernandes Ventura2012-03-211-0/+332
Patch by: Joao Paulo Fernandes Ventura <ventura@profusion.mobi> SVN revision: 69543