aa_resize(3)
resize functions
SYNOPSIS
#include <aalib.h>
int aa_resize(aa_context *c);
PARAMETERS
- aa_context *c
-
Specifies the AA-lib context to operate on.
DESCRIPTION
Do resize action. This function ought to be called when application
takes into account the AA_RESIZE event. The context is reinitialized
and set to new sizes.
RETURNS
0 when no resizing is done and 1 when resizing was succesfull.