Panda3D
panda
src
x11display
config_x11display.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_x11display.h
10
* @author rdb
11
* @date 2009-07-07
12
*/
13
14
#ifndef CONFIG_X11DISPLAY_H
15
#define CONFIG_X11DISPLAY_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(x11display, EXPCL_PANDAX11, EXPTP_PANDAX11);
24
25
extern
EXPCL_PANDAX11
void
init_libx11display
();
26
27
extern
ConfigVariableString
display_cfg;
28
extern
ConfigVariableBool
x_error_abort;
29
extern
ConfigVariableBool
x_init_threads;
30
31
extern
ConfigVariableInt
x_wheel_up_button;
32
extern
ConfigVariableInt
x_wheel_down_button;
33
extern
ConfigVariableInt
x_wheel_left_button;
34
extern
ConfigVariableInt
x_wheel_right_button;
35
36
extern
ConfigVariableInt
x_cursor_size;
37
extern
ConfigVariableString
x_wm_class_name;
38
extern
ConfigVariableString
x_wm_class;
39
40
#endif
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.
init_libx11display
EXPCL_PANDAX11 void init_libx11display()
Initializes the library.
Definition:
config_x11display.cxx:94
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableString.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableInt
This is a convenience class to specialize ConfigVariable as an integer type.
Definition:
configVariableInt.h:24
ConfigVariableString
This is a convenience class to specialize ConfigVariable as a string type.
Definition:
configVariableString.h:23
Generated on Mon Sep 14 2020 15:07:08 for Panda3D by
1.8.20