* 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:
Alexander von Gluck IV
2011-09-06 16:01:33 +00:00
parent 5414f4dceb
commit 440381c60f
5 changed files with 17 additions and 17 deletions
@@ -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 */