summaryrefslogtreecommitdiff
path: root/video.c
AgeCommit message (Collapse)Author
2013-02-25Fix bug: Crash in xcb_key_symbols_get_keysym.Johns
+ some key code fixes.
2013-02-25Fix bug: cmdline option 'a' not used.Johns
2013-02-12Removes compiler warnings.Johns
2012-11-05Play 3d support and service api.maverick-me
2012-07-21Guard poll. Map only video window.Johns
2012-07-21Video cleanups.Johns
Create window with empty cursor. Clear window after mapping. Free missing X11 resources (Cursor, Pixmap).
2012-07-20Video module.Johns