Go to the source code of this file.
Functions | |
void | st_init_rasterpos_functions (struct dd_function_table *functions) |
void st_init_rasterpos_functions | ( | struct dd_function_table * | functions | ) |
Definition at line 258 of file st_cb_rasterpos.c.
References st_RasterPos().
00259 { 00260 functions->RasterPos = st_RasterPos; 00261 }