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 missing properties.
[AROS.git]
/
arch
/
all-hosted
/
hidd
/
x11
/
fullscreen.h
blob
26755d0b56c7731314b52101c0ad896c0c87c691
1
/*
2
Copyright © 1995-2012, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: Enable fullscreen mode.
6
Lang: English.
7
*/
8
9
int
x11_fullscreen_supported
(
Display
*
display
);
10
void
x11_fullscreen_switchmode
(
Display
*
display
,
int
*
w
,
int
*
h
);