aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/type.h
diff options
context:
space:
mode:
authorGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
committerGravatar David Keijser <keijser@gmail.com>2011-05-25 07:15:35 +0200
commitb970eacf2fbbe5d082515f2085f3b3d4e471d467 (patch)
tree4ae807d36364b4ac2fdb188e9486b32f60db77b0 /src/type.h
parent8960722f64afdd1bdf2ad3a0ee2546a322fb30c6 (diff)
move core variable stuff into variables file
Diffstat (limited to 'src/type.h')
-rw-r--r--src/type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/type.h b/src/type.h
new file mode 100644
index 0000000..1709128
--- /dev/null
+++ b/src/type.h
@@ -0,0 +1,7 @@
+/*
+ * Uzbl Types
+ */
+
+enum ptr_type {TYPE_INT = 1, TYPE_STR, TYPE_FLOAT,
+ TYPE_NAME, TYPE_FORMATTEDSTR // used by send_event
+};