Panda3D
Functions | Variables
config_x11display.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableString.h"
#include "configVariableBool.h"
#include "configVariableInt.h"

Go to the source code of this file.

Functions

EXPCL_PANDAX11 void init_libx11display ()
 Initializes the library. More...
 
 NotifyCategoryDecl (x11display, EXPCL_PANDAX11, EXPTP_PANDAX11)
 

Variables

ConfigVariableString display_cfg
 
ConfigVariableInt x_cursor_size
 
ConfigVariableBool x_error_abort
 
ConfigVariableBool x_init_threads
 
ConfigVariableInt x_wheel_down_button
 
ConfigVariableInt x_wheel_left_button
 
ConfigVariableInt x_wheel_right_button
 
ConfigVariableInt x_wheel_up_button
 
ConfigVariableString x_wm_class
 
ConfigVariableString x_wm_class_name
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2009-07-07

Definition in file config_x11display.h.

Function Documentation

◆ init_libx11display()

EXPCL_PANDAX11 void init_libx11display ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 94 of file config_x11display.cxx.