aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame_background_image.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-13menu: generalized frame_background to backgroundAlexander Sulfrian1-98/+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
2013-01-05menu: use 2d coordinates for openglAlexander Sulfrian1-9/+5
2013-01-05added FrameBackgroundImageAlexander Sulfrian1-0/+102