From 1aac72bc4cfffdd816347d305624b15d0ae2112e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 21:56:42 -0400 Subject: add keyboard.[ch] to libobt. these are for tracking modifier keys, and translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public) --- obt/prop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'obt/prop.h') diff --git a/obt/prop.h b/obt/prop.h index 0ccde376..1f570935 100644 --- a/obt/prop.h +++ b/obt/prop.h @@ -210,8 +210,6 @@ typedef enum { OBT_PROP_NUM_ATOMS } ObtPropAtom; -void obt_prop_startup(); - Atom obt_prop_atom(ObtPropAtom a); gboolean obt_prop_get32(Window win, Atom prop, Atom type, guint32 *ret); -- cgit v1.2.3