Panda3D
Loading...
Searching...
No Matches
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"
20#include "configVariableBool.h"
21#include "configVariableInt.h"
22
23NotifyCategoryDecl(x11display, EXPCL_PANDAX11, EXPTP_PANDAX11);
24
25extern EXPCL_PANDAX11 void init_libx11display();
26
27extern ConfigVariableString display_cfg;
28extern ConfigVariableBool x_error_abort;
29extern ConfigVariableBool x_init_threads;
30
31extern ConfigVariableInt x_wheel_up_button;
32extern ConfigVariableInt x_wheel_down_button;
33extern ConfigVariableInt x_wheel_left_button;
34extern ConfigVariableInt x_wheel_right_button;
35
36extern ConfigVariableInt x_cursor_size;
37extern ConfigVariableString x_wm_class_name;
38extern ConfigVariableString x_wm_class;
39
40#endif
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as an integer type.
This is a convenience class to specialize ConfigVariable as a string 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.
EXPCL_PANDAX11 void init_libx11display()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.