Eneboo - Documentación para desarrolladores
|
#include "qt_x11_p.h"
#include <X11/Xft/Xft.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Clases | |
struct | _XftDraw |
'defines' | |
#define | XFT_DRAW_N_SRC 2 |
Funciones | |
Picture | XftDrawPicture (XftDraw *draw) |
XftDraw * | XftDrawCreateAlpha (Display *display, Pixmap pixmap, int depth) |
void | XftDrawSetClipRectangles (XftDraw *draw, int xoff, int yoff, XRectangle *rects, int count) |
void | XftDrawSetSubwindowMode (XftDraw *draw, int mode) |
Variables | |
bool | qt_use_xrender |
#define XFT_DRAW_N_SRC 2 |
XftDraw* XftDrawCreateAlpha | ( | Display * | display, |
Pixmap | pixmap, | ||
int | depth | ||
) |
Picture XftDrawPicture | ( | XftDraw * | draw | ) |
void XftDrawSetSubwindowMode | ( | XftDraw * | draw, |
int | mode | ||
) |