Panda3D
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
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a string type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDAX11 void init_libx11display()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.