From edee269c8a8e2ba7597834e22f9512b5658da635 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 30 Sep 2004 06:36:45 +0000
Subject: [PATCH] Add prototype for ciolib_ungetmouse()

---
 src/conio/mouse.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conio/mouse.h b/src/conio/mouse.h
index 9dab8e1e1f..bd5e4fcdeb 100644
--- a/src/conio/mouse.h
+++ b/src/conio/mouse.h
@@ -101,6 +101,7 @@ extern "C" {
 void ciomouse_gotevent(int event, int x, int y);
 int mouse_pending(void);
 int ciolib_getmouse(struct mouse_event *mevent);
+int ciolib_ungetmouse(struct mouse_event *mevent);
 void ciolib_mouse_thread(void *data);
 int ciomouse_setevents(int events);
 int ciomouse_addevents(int events);
-- 
GitLab