David Rose 14 лет назад
Родитель
Сommit
59fb785d68
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      panda/src/tinydisplay/config_tinydisplay.cxx
  2. 1 1
      panda/src/tinydisplay/config_tinydisplay.h

+ 2 - 2
panda/src/tinydisplay/config_tinydisplay.cxx

@@ -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();

+ 1 - 1
panda/src/tinydisplay/config_tinydisplay.h

@@ -24,7 +24,7 @@
 NotifyCategoryDecl(tinydisplay, EXPCL_TINYDISPLAY, EXPTP_TINYDISPLAY);
 NotifyCategoryDecl(tinydisplay, EXPCL_TINYDISPLAY, EXPTP_TINYDISPLAY);
 
 
 extern EXPCL_TINYDISPLAY void init_libtinydisplay();
 extern EXPCL_TINYDISPLAY void init_libtinydisplay();
-extern "C" EXPCL_TINYDISPLAY int get_pipe_type_tinydisplay();
+extern "C" EXPCL_TINYDISPLAY int get_pipe_type_p3tinydisplay();
 
 
 extern ConfigVariableBool show_resize_box;
 extern ConfigVariableBool show_resize_box;
 extern ConfigVariableBool osx_disable_event_loop;
 extern ConfigVariableBool osx_disable_event_loop;