Functions
pugl_stub.h File Reference
#include "pugl/pugl.h"

Functions

const PuglBackendpuglStubBackend (void)
 
static PuglStatus puglStubConfigure (PuglView *view)
 
static PuglStatus puglStubCreate (PuglView *view)
 
static PuglStatus puglStubDestroy (PuglView *view)
 
static PuglStatus puglStubEnter (PuglView *view, const PuglEventExpose *expose)
 
static PuglStatus puglStubLeave (PuglView *view, const PuglEventExpose *expose)
 
static PuglStatus puglStubResize (PuglView *view, int width, int height)
 
static void * puglStubGetContext (PuglView *view)
 

Detailed Description

Stub backend functions and accessor declaration.