cell_winsys.c File Reference

Include dependency graph for cell_winsys.c:

Go to the source code of this file.

Functions

struct cell_winsyscell_get_winsys (uint format)


Function Documentation

struct cell_winsys* cell_get_winsys ( uint  format  )  [read]

Definition at line 34 of file cell_winsys.c.

References CALLOC_STRUCT, and cell_winsys::preferredFormat.

00035 {
00036    struct cell_winsys *cws = CALLOC_STRUCT(cell_winsys);
00037    if (cws)
00038       cws->preferredFormat = format;
00039    return cws;
00040 }


Generated on Tue Sep 29 06:25:32 2009 for Gallium3D by  doxygen 1.5.4