]> git.cworth.org Git - fips/commitdiff
eglwrap: Add EGLWRAP_DEFER and EGLWRAP_DEFER_WITH_RETURN macros
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 23:35:59 +0000 (16:35 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jun 2013 23:40:00 +0000 (16:40 -0700)
There are parallel to GLWRAP_DEFER and GLWRAP_DEFER_WITH_RETURN, (differing
only in calling eglwrap_lookup rathern than glwrap_lookup).

Having these macros around will avoid some code duplication as we start
adding more functions to the eglwrap.c file.


No differences found