|
NAMEallocrdswin - allocates window's table See the file man1/alc_origin.1. SYNOPSIS#include "rwinnn.h" PARAMETER
DESCRIPTIONThe allocrdswin allocates a window's table. The number of windows is specified by the parameter ´Number´ of the function. To determine the size of the parameter ´Number´, the user has to multiplicate width by height of his table in number of windows. Each item of the table is a pointer to a rdswin_list structure which contains rectangles sorted by layer (see librwi). RETURN VALUEThe pointer to the table is returned. ERRORS"Rds202: rdsalloc error, can't continue !" it's impossible to allocate the memory size for the
table
EXAMPLE
SEE ALSOlibrwi See the file man1/alc_bug_report.1.
|