From a648c05a7a2608e7e909317f5afe8427a0ea0d68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 07:54:23 +0000 Subject: kill the c dir --- c/hooks.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 c/hooks.h (limited to 'c/hooks.h') diff --git a/c/hooks.h b/c/hooks.h deleted file mode 100644 index 477c8124..00000000 --- a/c/hooks.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __hooks_h -#define __hooks_h - -#include "eventdata.h" - -void hooks_startup(); -void hooks_shutdown(); - -void hooks_fire(EventData *data); - -void hooks_fire_keyboard(EventData *data); - -void hooks_fire_pointer(EventData *data); - -#define LOGICALHOOK(type, context, client) \ -{ EventData *data = eventdata_new_logical(Logical_##type, \ - context, client); \ - g_assert(data != NULL); \ - hooks_fire(data); \ - eventdata_free(data); \ -} - -#endif -- cgit v1.2.3