it's called p3tinydisplay now

This commit is contained in:
David Rose 2012-01-09 23:20:15 +00:00
parent 7c60573ab5
commit 59fb785d68
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -24,7 +24,7 @@
NotifyCategoryDecl(tinydisplay, EXPCL_TINYDISPLAY, EXPTP_TINYDISPLAY);
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 osx_disable_event_loop;