mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added cOsd::MaxPixmapSize() (cont'd)
This commit is contained in:
parent
70eb639c41
commit
57513db5c4
4
osd.h
4
osd.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: osd.h 4.1 2015/03/08 13:54:09 kls Exp $
|
* $Id: osd.h 4.2 2015/03/13 15:06:48 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OSD_H
|
#ifndef __OSD_H
|
||||||
@ -522,6 +522,8 @@ public:
|
|||||||
///< intersects with the ViewPort will be visible on the OSD.
|
///< intersects with the ViewPort will be visible on the OSD.
|
||||||
///< The drawing area of a newly created cPixmap is not initialized and may
|
///< The drawing area of a newly created cPixmap is not initialized and may
|
||||||
///< contain random data.
|
///< contain random data.
|
||||||
|
///< See cOsd::MaxPixmapSize() for information on the maximum size of pixmaps
|
||||||
|
///< supported by the system.
|
||||||
static void Lock(void) { mutex.Lock(); }
|
static void Lock(void) { mutex.Lock(); }
|
||||||
///< All public member functions of cPixmap set locks as necessary to make sure
|
///< All public member functions of cPixmap set locks as necessary to make sure
|
||||||
///< they are thread-safe (unless noted otherwise). If several cPixmap member
|
///< they are thread-safe (unless noted otherwise). If several cPixmap member
|
||||||
|
Loading…
Reference in New Issue
Block a user