view mp_fifo.h @ 23124:408e7e8d7121

support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
author ben
date Thu, 26 Apr 2007 18:34:18 +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