mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
c0f65212ba
Some GL functions have a return value that the GE() macro is not able to handle. Let's define a new Ge_RET() macro which will be able to handle functions such as glMapBuffer(). While at it, removed the unused variadic dots to the GE() macro.