Panda3D
config_glxdisplay.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_glxdisplay.h
10  * @author cary
11  * @date 1999-10-07
12  */
13 
14 #ifndef __CONFIG_GLXDISPLAY_H__
15 #define __CONFIG_GLXDISPLAY_H__
16 
17 #include "pandabase.h"
18 #include "notifyCategoryProxy.h"
19 #include "configVariableString.h"
20 #include "configVariableBool.h"
21 #include "configVariableInt.h"
22 
23 NotifyCategoryDecl(glxdisplay, EXPCL_PANDA_GLXDISPLAY, EXPTP_PANDA_GLXDISPLAY);
24 
25 extern EXPCL_PANDA_GLXDISPLAY void init_libglxdisplay();
26 
27 extern ConfigVariableBool glx_get_proc_address;
28 extern ConfigVariableBool glx_get_os_address;
29 
30 extern ConfigVariableBool glx_support_fbconfig;
31 extern ConfigVariableBool glx_support_pbuffer;
32 extern ConfigVariableBool glx_support_pixmap;
33 
34 #endif /* __CONFIG_GLXDISPLAY_H__ */
EXPCL_PANDA_GLXDISPLAY void init_libglxdisplay()
Initializes the library.
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.