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
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
all-ios
/
hidd
/
uikit
/
displaycontroller.h
blob
c4cbefa73525a730c7e88f06894467f1ef4812bf
1
#import <UIKit/UIKit.h>
2
3
@interface DisplayController
:
UIViewController
4
{
5
unsigned char
FixedOrientation
;
6
}
7
8
@
property
(
nonatomic
)
unsigned char
FixedOrientation
;
9
10
-(
id
)
initWithSize
:(
CGRect
)
screenSize
;
11
12
@end