Panda3D

config_tinydisplay.h

00001 // Filename: config_tinydisplay.h
00002 // Created by:  drose (24Apr08)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #ifndef CONFIG_TINYDISPLAY_H
00016 #define CONFIG_TINYDISPLAY_H
00017 
00018 #include "pandabase.h"
00019 #include "notifyCategoryProxy.h"
00020 #include "configVariableString.h"
00021 #include "configVariableBool.h"
00022 #include "configVariableInt.h"
00023 
00024 NotifyCategoryDecl(tinydisplay, EXPCL_TINYDISPLAY, EXPTP_TINYDISPLAY);
00025 
00026 extern EXPCL_TINYDISPLAY void init_libtinydisplay();
00027 extern "C" EXPCL_TINYDISPLAY int get_pipe_type_p3tinydisplay();
00028 
00029 extern ConfigVariableBool show_resize_box;
00030 extern ConfigVariableBool osx_disable_event_loop;
00031 extern ConfigVariableInt osx_mouse_wheel_scale;
00032 
00033 extern ConfigVariableInt td_texture_ram;
00034 extern ConfigVariableBool td_ignore_mipmaps;
00035 extern ConfigVariableBool td_ignore_clamp;
00036 extern ConfigVariableBool td_perspective_textures;
00037 
00038 #endif
 All Classes Functions Variables Enumerations