OGRE  13.6
Object-Oriented Graphics Rendering Engine
OgreX11.h File Reference
#include <OgrePrerequisites.h>
#include <OgreGLNativeSupport.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

Namespaces

 Ogre
 

Macros

#define Status   int
 

Functions

Window Ogre::createXWindow (Display *display, Window parent, XVisualInfo *visualInfo, int &left, int &top, uint &width, uint &height, Atom wmFullScreen, bool fullScreen)
 
void Ogre::destroyXWindow (Display *display, Window window)
 
void Ogre::finaliseTopLevel (Display *display, Window window, int &left, int &top, uint &width, uint &height, String &title, Atom wmDelete)
 
Display * Ogre::getXDisplay (Display *glDisplay, Atom &deleteWindow, Atom &fullScreen, Atom &state)
 
bool Ogre::getXVideoModes (Display *display, VideoMode &currentMode, VideoModes &videoModes)
 
void Ogre::queryRect (Display *display, Window window, int &left, int &top, uint &width, uint &height, bool queryOffset)
 
void Ogre::validateParentWindow (Display *display, Window parentWindow)
 

Macro Definition Documentation

◆ Status

#define Status   int