repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
all-linux
/
hidd
/
bitmap.h
blob
38554717479f63e05b907dc1d13c04e5a91f3a8f
1
#ifndef LXFB_BITMAP_H
2
#define LXFB_BITMAP_H
3
4
struct
BitmapData
5
{
6
UBYTE
*
VideoData
;
7
UBYTE
*
RealVideoData
;
8
UBYTE bytesperpix
;
9
ULONG bytesperline
;
10
ULONG realbytesperline
;
11
ULONG width
;
12
ULONG height
;
13
BOOL VideoDataAllocated
;
14
};
15
16
#endif