repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
List.mui: Update entries count prior to range change
[AROS.git]
/
arch
/
all-linux
/
hidd
/
linuxfb
/
bitmap.h
blob
9a8d88f707ec02a5c5a3c99ac8db4c10b895d638
1
#ifndef LXFB_BITMAP_H
2
#define LXFB_BITMAP_H
3
4
struct
BitmapData
5
{
6
IPTR bpp
;
7
int
fbdev
;
8
};
9
10
#endif