2 Copyright (c) 2002, Thomas Kurschel
7 Multi-Monitor Settings interface
13 #include <SupportDefs.h>
18 status_t
GetSwapDisplays( BScreen
*screen
, bool *swap
);
19 status_t
SetSwapDisplays( BScreen
*screen
, bool swap
);
21 status_t
GetUseLaptopPanel( BScreen
*screen
, bool *use
);
22 status_t
SetUseLaptopPanel( BScreen
*screen
, bool use
);
24 status_t
GetNthSupportedTVStandard( BScreen
*screen
, int idx
, uint32
*standard
);
25 status_t
GetTVStandard( BScreen
*screen
, uint32
*standard
);
26 status_t
SetTVStandard( BScreen
*screen
, uint32 standard
);
28 status_t
TestMultiMonSupport( BScreen
*screen
);