xref: /haiku/headers/private/interface/InterfacePrivate.h (revision 0562493379cd52eb7103531f895f10bb8e77c085)
1 /*
2  * Copyright 2007-2008, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stefano Ceccherini <stefano.ceccherini@gmail.com>
7  */
8 #ifndef _INTERFACE_PRIVATE_H
9 #define _INTERFACE_PRIVATE_H
10 
11 
12 #include <SupportDefs.h>
13 
14 
15 namespace BPrivate {
16 
17 bool		get_mode_parameter(uint32 mode, int32& width, int32& height,
18 				uint32& colorSpace);
19 
20 }	// namespace BPrivate
21 
22 
23 #endif	// _INTERFACE_PRIVATE_H
24