From 59ecab36f634a00cc6e2c4194bf2d5ebc4ec70eb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 19 Apr 2017 19:34:05 +0200 Subject: First lua app --- src/lib/include/proto/gip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/include/proto/gip.h b/src/lib/include/proto/gip.h index 5cf0166..5c56637 100644 --- a/src/lib/include/proto/gip.h +++ b/src/lib/include/proto/gip.h @@ -93,8 +93,6 @@ #define GIPN_MOUSE_XY 31 // server: mouse moved at xy ; client: put mouse at xy #define GIPN_MOUSE_PRESSED 32 // server: button b pressed #define GIPN_MOUSE_RELEASED 33 // server: button b released -#define GIPC_LOAD_CURSOR 34 // client: this is graphics for cursor #i -#define GIPC_SET_CURSOR 35 // client: please use cursor #i (0 = hide cursor) typedef struct { uint32_t code; // message type -- cgit v1.2.3