Subversion Repositories Kolibri OS

Rev

Rev 5078 | Rev 6104 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 114... Line 114...
114
	CONNECTOR_CTV_LEGACY,
114
	CONNECTOR_CTV_LEGACY,
115
	CONNECTOR_STV_LEGACY,
115
	CONNECTOR_STV_LEGACY,
116
	CONNECTOR_UNSUPPORTED_LEGACY
116
	CONNECTOR_UNSUPPORTED_LEGACY
117
};
117
};
Line 118... Line 118...
118
 
118
 
119
const int legacy_connector_convert[] = {
119
static const int legacy_connector_convert[] = {
120
	DRM_MODE_CONNECTOR_Unknown,
120
	DRM_MODE_CONNECTOR_Unknown,
121
	DRM_MODE_CONNECTOR_DVID,
121
	DRM_MODE_CONNECTOR_DVID,
122
	DRM_MODE_CONNECTOR_VGA,
122
	DRM_MODE_CONNECTOR_VGA,
123
	DRM_MODE_CONNECTOR_DVII,
123
	DRM_MODE_CONNECTOR_DVII,