[client,x11] export x11_event_string
This commit is contained in:
parent
e1307b90db
commit
3d9969ef65
@ -46,7 +46,7 @@
|
|||||||
if (y < 0) \
|
if (y < 0) \
|
||||||
y = 0
|
y = 0
|
||||||
|
|
||||||
static const char* x11_event_string(int event)
|
const char* x11_event_string(int event)
|
||||||
{
|
{
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#include "xf_client.h"
|
#include "xf_client.h"
|
||||||
#include "xfreerdp.h"
|
#include "xfreerdp.h"
|
||||||
|
|
||||||
|
const char* x11_event_string(int event);
|
||||||
|
|
||||||
BOOL xf_event_action_script_init(xfContext* xfc);
|
BOOL xf_event_action_script_init(xfContext* xfc);
|
||||||
void xf_event_action_script_free(xfContext* xfc);
|
void xf_event_action_script_free(xfContext* xfc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user