aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/types.h b/src/types.h
index d4a2f62..7837ff2 100644
--- a/src/types.h
+++ b/src/types.h
@@ -61,36 +61,15 @@ typedef struct {
int aplay_fallback;
-} AudioContext;
-
-typedef struct {
-
- int pos; /* Slider position, 0=bottom, 1000=top */
- int moo;
+ unsigned int mootex;
-} PhysicsContext;
+} AudioContext;
typedef struct {
GtkWidget *window;
- GtkWidget *notebook;
- GtkWidget *acceldata;
GtkWidget *cow;
- GtkWidget *ax;
- GtkWidget *ay;
- GtkWidget *az;
- GtkWidget *bx;
- GtkWidget *by;
- GtkWidget *bz;
- GtkWidget *moo;
-
- AccelHandle *accel;
- guint accel_timeout;
-
- AudioContext *audio;
- PhysicsContext *physics;
-
} MainWindow;
#endif /* TYPES_H */