22#ifndef SDL_x11framebuffer_h_
23#define SDL_x11framebuffer_h_
25#include "../../SDL_internal.h"
30 void **
pixels,
int *pitch);
GLint GLint GLsizei GLsizei GLsizei GLint GLenum GLenum const GLvoid * pixels
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
void X11_DestroyWindowFramebuffer(_THIS, SDL_Window *window)
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)
EGLSurface EGLNativeWindowType * window
EGLSurface EGLint * rects
A rectangle, with the origin at the upper left (integer).
The type used to identify a window.