comparison libvo/gl_common.h @ 18175:01ca8a5fb8a6

minor fixes: get rid of pointless inline attributes and some additional checks fo ppm reading
author reimar
date Fri, 21 Apr 2006 18:46:17 +0000
parents e8dca2bbd796
children eef0850d4a4b
comparison
equal deleted inserted replaced
18174:0f897ffb95bc 18175:01ca8a5fb8a6
226 /** \} */ 226 /** \} */
227 void glSetupYUVConversion(GLenum target, int type, 227 void glSetupYUVConversion(GLenum target, int type,
228 float brightness, float contrast, 228 float brightness, float contrast,
229 float hue, float saturation, 229 float hue, float saturation,
230 float rgamma, float ggamma, float bgamma); 230 float rgamma, float ggamma, float bgamma);
231 void inline glEnableYUVConversion(GLenum target, int type); 231 void glEnableYUVConversion(GLenum target, int type);
232 void inline glDisableYUVConversion(GLenum target, int type); 232 void glDisableYUVConversion(GLenum target, int type);
233 233
234 /** \addtogroup glcontext 234 /** \addtogroup glcontext
235 * \{ */ 235 * \{ */
236 //! could not set new window, will continue drawing into the old one. 236 //! could not set new window, will continue drawing into the old one.
237 #define SET_WINDOW_FAILED -1 237 #define SET_WINDOW_FAILED -1