Panda3D
panda
src
glxdisplay
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__ */
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition:
configVariableBool.h:23
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableInt.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableString.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
init_libglxdisplay
EXPCL_PANDA_GLXDISPLAY void init_libglxdisplay()
Initializes the library.
Definition:
config_glxdisplay.cxx:78
Generated on Mon Sep 14 2020 15:06:53 for Panda3D by
1.8.20