Commit 955d1b68 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Use typedef around vlc_key enum

parent 497610a4
......@@ -233,7 +233,7 @@ static inline int StringToKey( char *psz_key )
return 0;
}
enum {
typedef enum vlc_key {
ACTIONID_QUIT = 1,
ACTIONID_PLAY_PAUSE,
ACTIONID_PLAY,
......@@ -336,5 +336,5 @@ enum {
ACTIONID_ZOOM_DOUBLE,
/* Cycle Through Audio Devices */
ACTIONID_AUDIODEVICE_CYCLE
};
} vlc_key_t;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment