Adopted Eero Pajarre's suggestion of using a do { ... } while
authorRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 15:30:59 +0000 (15:30 +0000)
committerRichard Rauch <rkr@olib.org>
Fri, 7 Nov 2003 15:30:59 +0000 (15:30 +0000)
commitc84d72b702c7b18d24fe6d9f6a2408bd7a69357a
tree14a537c750317917980b9d0782a351b8f8460cfd
parentbc762393b1c3421d1f508c03111643e27a1cc8f9
Adopted Eero Pajarre's suggestion of using a do { ... } while
rather than { ... } for the INVOKE_WCB() macro.  This lets it
be used "more like a function", in that:

if( ... )
    INVOKE_WCB( ... );
else
    ...

...is now legal.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@321 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_internal.h