Age | Commit message (Collapse) | Author |
|
|
|
Changes in Flush(): This ensures that only one flush is active when
the thread is running.
Changes in Acton(): Since the first Pixmap::Lock() takes so much longer
than the following, the first Pixmap::Lock() was moved before the while
loop. This makes the fade-in softer.
Add cNopacityDisplayReplay::SetAlpha() for simplification.
|
|
Make imgcache global so that it doesn't always have to be passed
explicitly to other functions.
|
|
This allows to access menu items in arbitrary order. This is required to
learn remote control keys in the remote plugin.
Also clear Tabs when creating menu to avoid uninitialized use.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
|
|
|
|
|
|
|
|
|