Searched refs:doublebuf (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dflmodule.c1557 {"doublebuf", T_INT, OFF(doublebuf)},
1760 int rgbmode, doublebuf; local
1762 if (!PyArg_Parse(args, "(ii)", &rgbmode, &doublebuf))
1764 fl_set_graphics_mode(rgbmode,doublebuf);

Completed in 139 milliseconds