2010/1/8 <[email protected]>: > jay > 2010-01-07 18:56:04 -0800 (Thu, 07 Jan 2010) > 195 > Adjusted backend test gfx_getversion() to require a bitwise OR-ing with 1 as > the supported version. Added new function gfx_LoadDllBackendProcs() as a > generalization of gfx_directx_setprocptrs(). > --- > U wip/backends.bas
But that scheme we limit us to changing the version 32 times :) The new interface is an exception; generally it won't be possible to support two versions at once. We could do: 1: current interface 2: supports both current and new 3: new interface 4: next revision ... _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
