]> git.cworth.org Git - fips/commit
Remove the context_get_current function
authorCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 22:48:01 +0000 (14:48 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 23:38:57 +0000 (15:38 -0800)
commitb0e640a505171550746af20e940076c579a0e638
tree37ade80b997a2183727857e7ceb5df73fe0b4426
parent778d86ef913e3c4fa3618232c6f34f0655e92dd2
Remove the context_get_current function

This completes the recent re-factoring begun a few commits ago. Now
the layer violations are eliminated, with the metrics.c code always
accepting a metrics_t* and never reachin up into context.c to find a
global data structure.
context.c
context.h
eglwrap.c
glwrap.c
glxwrap.c
metrics.c
metrics.h