view mp_fifo.h @ 23339:95bc9f4905f8

FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
author eugeni
date Sun, 20 May 2007 17:04:12 +0000
parents cd0ec0b1d931
children dfca45ad9326
line wrap: on
line source

#ifndef MP_FIFO_H
#define MP_FIFO_H

int mplayer_get_key(int fd);
void mplayer_put_key(int code);

#endif