aboutsummaryrefslogtreecommitdiff
path: root/src/layer_video.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03simplified mutex locking idiom by introducing Mutex class (wrapper around ↵Robin Haberkorn1-9/+6
SDL_mutex) * can be instantiated * can derive from class Mutex to inherit the lock()/unlock() methods also fixed LayerList destructor
2012-09-28include config.hRobin Haberkorn1-0/+4
2012-09-28autotools based build systemRobin Haberkorn1-0/+285