* rename video_electronics to video_configuration as per Axel
* rename decode_* to get_* * clean up get_* text when unknown connector/encoder git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42717 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+5
-5
@@ -5,8 +5,8 @@
|
||||
* Authors:
|
||||
* Alexander von Gluck, kallisti5@unixzen.com
|
||||
*/
|
||||
#ifndef _VIDEO_ELECTRONICS_H
|
||||
#define _VIDEO_ELECTRONICS_H
|
||||
#ifndef _VIDEO_CONFIGURATION_H
|
||||
#define _VIDEO_CONFIGURATION_H
|
||||
|
||||
|
||||
// Video connector types
|
||||
@@ -42,8 +42,8 @@ extern "C" {
|
||||
|
||||
|
||||
// mostly for debugging detected monitors
|
||||
const char* decode_connector_name(uint32 connector);
|
||||
const char* decode_encoder_name(uint32 encoder);
|
||||
const char* get_connector_name(uint32 connector);
|
||||
const char* get_encoder_name(uint32 encoder);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -51,4 +51,4 @@ const char* decode_encoder_name(uint32 encoder);
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _VIDEO_ELECTRONICS_H */
|
||||
#endif /* _VIDEO_CONFIGURATION_H */
|
||||
Reference in New Issue
Block a user