5.3.2.6. Struct framebuffer_action

5.3.2.6.1. Struct Documentation

struct framebuffer_action

Frame Buffer Action structure.

Public Members

struct framebuffer_action *next

Next registered action on the framebuffer

void (*apply)(frame_t*, void*[])

Function ( = action) to be called on each popped frame

void (*free)(void*[])

Function to free the action

void *args[]

Arguments of the action