SDL  2.0
SDL_x11framebuffer.h File Reference
+ Include dependency graph for SDL_x11framebuffer.h:

Go to the source code of this file.

Functions

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

Function Documentation

◆ X11_CreateWindowFramebuffer()

int X11_CreateWindowFramebuffer ( _THIS  ,
SDL_Window window,
Uint32 format,
void **  pixels,
int *  pitch 
)

◆ X11_DestroyWindowFramebuffer()

void X11_DestroyWindowFramebuffer ( _THIS  ,
SDL_Window window 
)

◆ X11_UpdateWindowFramebuffer()

int X11_UpdateWindowFramebuffer ( _THIS  ,
SDL_Window window,
const SDL_Rect rects,
int  numrects 
)