LMMS
Loading...
Searching...
No Matches
stub.h File Reference
#include "pugl/pugl.h"
#include <stddef.h>

Go to the source code of this file.

Functions

static PUGL_BEGIN_DECLS PuglStatus puglStubConfigure (PuglView *const view)
static PuglStatus puglStubCreate (PuglView *const view)
static void puglStubDestroy (PuglView *const view)
static PuglStatus puglStubEnter (PuglView *const view, const PuglExposeEvent *const expose)
static PuglStatus puglStubLeave (PuglView *const view, const PuglExposeEvent *const expose)
static voidpuglStubGetContext (PuglView *const view)

Function Documentation

◆ puglStubConfigure()

PUGL_BEGIN_DECLS PuglStatus puglStubConfigure ( PuglView *const view)
inlinestatic

◆ puglStubCreate()

PuglStatus puglStubCreate ( PuglView *const view)
inlinestatic

◆ puglStubDestroy()

void puglStubDestroy ( PuglView *const view)
inlinestatic

◆ puglStubEnter()

PuglStatus puglStubEnter ( PuglView *const view,
const PuglExposeEvent *const expose )
inlinestatic

◆ puglStubGetContext()

void * puglStubGetContext ( PuglView *const view)
inlinestatic

◆ puglStubLeave()

PuglStatus puglStubLeave ( PuglView *const view,
const PuglExposeEvent *const expose )
inlinestatic