00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef __CONFIG_OSXDISPLAY_H__
00013 #define __CONFIG_OSXDISPLAY_H__
00014
00015 #include "pandabase.h"
00016 #include "notifyCategoryProxy.h"
00017 #include "configVariableBool.h"
00018 #include "configVariableInt.h"
00019
00020 NotifyCategoryDecl( osxdisplay , EXPCL_PANDAGL, EXPTP_PANDAGL);
00021
00022 extern EXPCL_PANDAGL void init_libosxdisplay();
00023
00024 extern ConfigVariableBool show_resize_box;
00025 extern ConfigVariableBool osx_support_gl_buffer;
00026 extern ConfigVariableBool osx_disable_event_loop;
00027 extern ConfigVariableInt osx_mouse_wheel_scale;
00028
00029 #endif