view libvo/gl_common.h @ 13653:799f81d3cb19

added gl_common for code used by both vo_gl.c and vo_gl2.c.
author reimar
date Sun, 17 Oct 2004 13:28:22 +0000
parents
children 3f28d2a56758
line wrap: on
line source

#ifndef __GL_COMMON_H__
#define __GL_COMMON_H__

#include <GL/gl.h>

void glAdjustAlignment(int stride);

#endif