|
|
@@ -53,3 +53,13 @@ init_libmesadisplay() {
|
|
|
|
|
|
Mesainit_classes();
|
|
|
}
|
|
|
+
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: get_pipe_type_mesadisplay
|
|
|
+// Description: Returns the TypeHandle index of the recommended
|
|
|
+// graphics pipe type defined by this module.
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+int
|
|
|
+get_pipe_type_mesadisplay() {
|
|
|
+ return OsMesaGraphicsPipe::get_class_type().get_index();
|
|
|
+}
|