Age | Commit message (Collapse) | Author |
|
Driver does _NOT_ support SingleStep playmode, so there is no need
to call it. The big problem is that the driver does not return an
error by this syscall. Have send a pull request to fix this issue in
the driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the driver wants the color values in BBGGRR and not RRGGBB also the
opacity values need some magic.
|
|
|
|
|
|
This functionality is needed for plugins like femon, which uses
more then one bitmap for its osd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move a call under an if.
|
|
|
|
|
|
|
|
|