Mercurial > mplayer.hg
view libvo/gl_common.h @ 13801:245f5d4b4af7
Fixed the assumption user will always give 2+ args to the program.
author | al |
---|---|
date | Fri, 29 Oct 2004 22:05:34 +0000 |
parents | 799f81d3cb19 |
children | 3f28d2a56758 |
line wrap: on
line source
#ifndef __GL_COMMON_H__ #define __GL_COMMON_H__ #include <GL/gl.h> void glAdjustAlignment(int stride); #endif