zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_x11framebuffer.h File Reference
#include "SDL_config.h"

Go to the source code of this file.

Functions

int X11_CreateWindowFramebuffer (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
 
void X11_DestroyWindowFramebuffer (_THIS, SDL_Window *window)
 
int X11_UpdateWindowFramebuffer (_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
 

Function Documentation

int X11_CreateWindowFramebuffer ( _THIS  ,
SDL_Window window,
Uint32 format,
void **  pixels,
int pitch 
)
void X11_DestroyWindowFramebuffer ( _THIS  ,
SDL_Window window 
)
int X11_UpdateWindowFramebuffer ( _THIS  ,
SDL_Window window,
const SDL_Rect rects,
int  numrects 
)