#include "gcstruct.h"#include "dmxclient.h"#include "globals.h"#include "scrnintstr.h"#include "picturestr.h"Go to the source code of this file.
Data Structures | |
| struct | _DMXScreenInfo | 
Defines | |
| #define | DMX_WRAP(_entry, _newfunc, _saved, _actual) | 
| #define | DMX_UNWRAP(_entry, _saved, _actual) | 
Typedefs | |
| typedef _DMXInputInfo | DMXInputInfo | 
| typedef _DMXStatInfo | DMXStatInfo | 
| typedef _DMXScreenInfo | DMXScreenInfo | 
Variables | |
| int | dmxNumScreens | 
| DMXScreenInfo * | dmxScreens | 
| int | dmxShadowFB | 
| XErrorEvent | dmxLastErrorEvent | 
| Bool | dmxErrorOccurred | 
| Bool | dmxOffScreenOpt | 
| Bool | dmxSubdividePrimitives | 
| Bool | dmxLazyWindowCreation | 
| Bool | dmxUseXKB | 
| int | dmxDepth | 
| Bool | dmxNoRender | 
| char * | dmxFontPath | 
| Bool | dmxIgnoreBadFontPaths | 
| Bool | dmxAddRemoveScreens | 
      
  | 
  
| 
 Value: do { \ (_actual)->_entry = (_saved)->_entry; \ } while (0)  | 
  
      
  | 
  
| 
 Value: do { \ (_saved)->_entry = (_actual)->_entry; \ (_actual)->_entry = (_newfunc); \ } while (0)  | 
  
      
  | 
  
| 
 Provide the typedef globally, but keep the contents opaque outside of the input routines. 
  | 
  
      
  | 
  
| 
 Global structure containing information about each backend screen.  | 
  
      
  | 
  
| 
 Provide the typedef globally, but keep the contents opaque outside of the XSync statistic routines. 
  | 
  
      
  | 
  
| 
 True if add and remove screens support is enabled  | 
  
      
  | 
  
| 
 Requested depth if non-zero  | 
  
      
  | 
  
| 
 True if an error occurred  | 
  
      
  | 
  
| 
 NULL if no font path is set on the command line; otherwise, a string of comma separated paths built from the command line specified font paths  | 
  
      
  | 
  
| 
 True if bad font paths should be ignored during server init  | 
  
      
  | 
  
| 
 Last error that occurred  | 
  
      
  | 
  
| 
 True if using the lazy window creation optimization  | 
  
      
  | 
  
| 
 True if the RENDER extension should be disabled  | 
  
      
  | 
  
| 
 Number of dmxScreens  | 
  
      
  | 
  
| 
 True if using off screen optimizations  | 
  
      
  | 
  
| 
 List of outputs  | 
  
      
  | 
  
| 
 Non-zero if using shadow frame-buffer (deprecated)  | 
  
      
  | 
  
| 
 True if using the primitive subdivision optimization  | 
  
      
  | 
  
| 
 True if the XKB extension should be used with the backend servers  |