Wrote better checks for illegal actions.
[rodin/chimara.git] / src / stream.h
index 25c052e072fc968dae7d2c5d39dc55259d5d6aa8..80df9c93e8b6ebfeb7bf3b18ae8c5b639bd0cf01 100644 (file)
@@ -21,7 +21,7 @@ enum StreamType
 struct glk_stream_struct
 {
        /*< private >*/
-       glui32 rock;
+       glui32 magic, rock;
        /* Pointer to the list node in the global stream list that contains this
        stream */
        GList* stream_list;