[client,x11] export x11_event_string

This commit is contained in:
akallabeth 2023-02-24 08:57:59 +01:00 committed by akallabeth
parent e1307b90db
commit 3d9969ef65
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@
if (y < 0) \
y = 0
static const char* x11_event_string(int event)
const char* x11_event_string(int event)
{
switch (event)
{

View File

@ -25,6 +25,8 @@
#include "xf_client.h"
#include "xfreerdp.h"
const char* x11_event_string(int event);
BOOL xf_event_action_script_init(xfContext* xfc);
void xf_event_action_script_free(xfContext* xfc);