aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/background.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* menu/background: backgrounds get to know the parent componentAlexander Sulfrian2013-01-131-0/+44
Backgrounds now know the parent control, they are painted in, to query the size. Backgrounds are not allowed to use glClear anymore, should only draw something during the extend of the parent control and should take care to do not modify the opengl cursor position.