summaryrefslogtreecommitdiff
path: root/obt/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 21:56:42 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:55 -0500
commit1aac72bc4cfffdd816347d305624b15d0ae2112e (patch)
treebb71ca867bac38c067680788be2de75156d17a27 /obt/prop.h
parent2f0e73cf9d20154c5c84b6ea90e658cf44a6f0c4 (diff)
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)
Diffstat (limited to 'obt/prop.h')
-rw-r--r--obt/prop.h2
1 files changed, 0 insertions, 2 deletions
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);