mirror of https://github.com/mpv-player/mpv
menu: Move menu_mouse_* extern declarations to menu.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32084 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ea247fddf
commit
32ac9c6547
|
@ -22,6 +22,10 @@
|
|||
#include "m_struct.h"
|
||||
#include "libmpcodecs/mp_image.h"
|
||||
|
||||
extern double menu_mouse_x;
|
||||
extern double menu_mouse_y;
|
||||
extern int menu_mouse_pos_updated;
|
||||
|
||||
struct menu_priv_s;
|
||||
typedef struct menu_s menu_t;
|
||||
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
#define IMPL 1
|
||||
#include "menu_list.h"
|
||||
|
||||
extern double menu_mouse_x;
|
||||
extern double menu_mouse_y;
|
||||
extern int menu_mouse_pos_updated;
|
||||
static int mouse_x;
|
||||
static int mouse_y;
|
||||
static int selection_x;
|
||||
|
|
Loading…
Reference in New Issue