00001 // Filename: config_wcrdisplay.h 00002 // Created by: skyler, based on wgl* file. 00003 // 00004 //////////////////////////////////////////////////////////////////// 00005 // 00006 // PANDA 3D SOFTWARE 00007 // Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved 00008 // 00009 // All use of this software is subject to the terms of the Panda 3d 00010 // Software license. You should have received a copy of this license 00011 // along with this source code; you will also find a current copy of 00012 // the license at http://www.panda3d.org/license.txt . 00013 // 00014 // To contact the maintainers of this program write to 00015 // panda3d@yahoogroups.com . 00016 // 00017 //////////////////////////////////////////////////////////////////// 00018 00019 #ifndef __CONFIG_WCRDISPLAY_H__ 00020 #define __CONFIG_WCRDISPLAY_H__ 00021 00022 #include <pandabase.h> 00023 #include <filename.h> 00024 #include <notifyCategoryProxy.h> 00025 00026 NotifyCategoryDecl(wcrdisplay, EXPCL_PANDACR, EXPTP_PANDACR); 00027 00028 // for some reason there is a conflict with the pandadx versions of get_icon_filename during linking, 00029 // so appended '_2' to name 00030 extern Filename get_icon_filename_2(); 00031 extern Filename get_color_cursor_filename_2(); 00032 extern Filename get_mono_cursor_filename_2(); 00033 00034 extern bool gl_show_fps_meter; 00035 extern float gl_fps_meter_update_interval; 00036 extern bool gl_sync_video; 00037 extern int gl_forced_pixfmt; 00038 extern bool bResponsive_minimized_fullscreen_window; 00039 extern bool support_wiregl; 00040 00041 extern EXPCL_PANDACR void init_libwcrdisplay(); 00042 00043 #endif /* __CONFIG_WCRDISPLAY_H__ */