(x11_input.c) Remove forward declaration
This commit is contained in:
parent
8fc33b386b
commit
d2a5172ddf
|
@ -30,9 +30,6 @@
|
||||||
#include "../../gfx/video_viewport.h"
|
#include "../../gfx/video_viewport.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
/* forward declarations */
|
|
||||||
void x_input_poll_wheel(void *data, XButtonEvent *event, bool latch);
|
|
||||||
|
|
||||||
typedef struct x11_input
|
typedef struct x11_input
|
||||||
{
|
{
|
||||||
bool blocked;
|
bool blocked;
|
||||||
|
|
Loading…
Reference in New Issue