moved duplicate code to a common location.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21459 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2007, Haiku, Inc.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Stefano Ceccherini <[email protected]>
|
||||
*/
|
||||
|
||||
/** Various private functions and variables for the Interface Kit */
|
||||
|
||||
|
||||
#ifndef __INTERFACE_MISC_H
|
||||
#define __INTERFACE_MISC_H
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
bool get_mode_parameter(uint32 mode, int32& width, int32& height, uint32& colorSpace);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user