aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame_background_image.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu: generalized frame_background to backgroundAlexander Sulfrian2013-01-131-57/+0
| | | | | | | | | background could now be a background for all DrawableControl instances each subclass should call the parents draw() during executing the draw() method for background painting TODO: background should know the size of the control to only draw the background there
* menu: use 2d coordinates for openglAlexander Sulfrian2013-01-051-1/+1
|
* fixed include pathsAlexander Sulfrian2013-01-051-1/+1
|
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-051-1/+1
|
* added FrameBackgroundImageAlexander Sulfrian2013-01-051-0/+57