|
@@ -139,12 +139,12 @@ init_libtinydisplay() {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
-// Function: get_pipe_type_tinydisplay
|
|
|
|
|
|
|
+// Function: get_pipe_type_p3tinydisplay
|
|
|
// Description: Returns the TypeHandle index of the recommended
|
|
// Description: Returns the TypeHandle index of the recommended
|
|
|
// graphics pipe type defined by this module.
|
|
// graphics pipe type defined by this module.
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
int
|
|
int
|
|
|
-get_pipe_type_tinydisplay() {
|
|
|
|
|
|
|
+get_pipe_type_p3tinydisplay() {
|
|
|
|
|
|
|
|
#ifdef WIN32
|
|
#ifdef WIN32
|
|
|
return TinyWinGraphicsPipe::get_class_type().get_index();
|
|
return TinyWinGraphicsPipe::get_class_type().get_index();
|