it's called p3tinydisplay now
This commit is contained in:
parent
7c60573ab5
commit
59fb785d68
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue