forked from Imagelibrary/rtems
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* libmisc/fb/fb.h: Add constants for buffer modes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
|
||||
|
||||
* libmisc/fb/fb.h: Add constants for buffer modes.
|
||||
|
||||
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* posix/include/rtems/posix/aio_misc.h: Add decl for aio_request_queue.
|
||||
|
||||
@@ -24,7 +24,11 @@ extern "C" {
|
||||
#define FBIOGETCMAP 0x4604
|
||||
#define FBIOPUTCMAP 0x4605
|
||||
#define FB_EXEC_FUNCTION 0x4606
|
||||
#define FBIOSWAPBUFFERS 0x4607
|
||||
#define FBIOSETBUFFERMODE 0x4608
|
||||
|
||||
#define FB_SINGLE_BUFFERED 0
|
||||
#define FB_TRIPLE_BUFFERED 1
|
||||
|
||||
#define FB_TYPE_PACKED_PIXELS 0 /* Packed Pixels */
|
||||
#define FB_TYPE_PLANES 1 /* Non interleaved planes */
|
||||
|
||||
Reference in New Issue
Block a user