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
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
all-ios
/
hidd
/
uikit
/
native_api.h
blob
4acd722497e0099fc78db696f56ecf172c78aaa1
1
struct
DisplayMetrics
2
{
3
unsigned int
width
;
4
unsigned int
height
;
5
unsigned int
screenbar
;
6
unsigned char
orientation
;
7
};
8
9
#define O_PORTRAIT 1
10
#define O_LANDSCAPE 2