AntiMicroX
Functions | Variables
x11extras.cpp File Reference
#include "common.h"
#include "globalvariables.h"
#include <X11/XKBlib.h>
#include <X11/Xatom.h>
#include <unistd.h>
#include <QDebug>
#include <QFileInfo>
#include <QThreadStorage>
#include "x11extras.h"
Include dependency graph for x11extras.cpp:

Functions

template<typename T >
void freeWindow (T *window)
 

Variables

static QThreadStorage< X11Extras * > displays
 

Function Documentation

◆ freeWindow()

template<typename T >
void freeWindow ( T *  window)
Here is the caller graph for this function:

Variable Documentation

◆ displays

QThreadStorage<X11Extras *> displays
static