summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-25 16:06:25 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-25 16:06:25 +0000
commitf8ce5ab876fcc40b01785c873688dff14f994848 (patch)
tree45ce1f58c233ea67c894751d25ac9df929359914 /input/input.h
parent16fca14336977c21bebaaf0225b6adb89abec4d6 (diff)
downloadmpv-f8ce5ab876fcc40b01785c873688dff14f994848.tar.bz2
mpv-f8ce5ab876fcc40b01785c873688dff14f994848.tar.xz
Reverse Arpi's commit and put the right fix in place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7913 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.h b/input/input.h
index 27a73e62d3..d03b6d5aa5 100644
--- a/input/input.h
+++ b/input/input.h
@@ -117,7 +117,7 @@ typedef struct mp_key_name {
// These functions should return the key code or one of the error code
typedef int (*mp_key_func_t)(int fd);
-// These functions should act like read
+// These functions should act like read but they must use our error code (if needed ;-)
typedef int (*mp_cmd_func_t)(int fd,char* dest,int size);
// These are used to close the driver
typedef void (*mp_close_func_t)(int fd);