aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/types.h b/src/types.h
index 7870081..8dce08e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -40,20 +40,21 @@ typedef enum {
typedef struct {
int fd;
-
+
AccelType type;
-
+
int x;
int y;
int z;
-
+
/* Temporary values for use during reading */
int lx;
int ly;
int lz;
-
+
/* Current state (driver dependent) */
int state;
+ signed int old_threshold;
} AccelHandle;
@@ -62,17 +63,16 @@ typedef struct {
long moo_len;
long moo_pos;
Sint16 *moo_buf;
-
+
unsigned int mootex;
-
+
} AudioContext;
typedef struct {
GtkWidget *window;
GtkWidget *cow;
-
+
} MainWindow;
#endif /* TYPES_H */
-