X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.h;fp=src%2Fstream.h;h=80df9c93e8b6ebfeb7bf3b18ae8c5b639bd0cf01;hb=2407b8e96d1a772f15eedb264117f20196fe1c51;hp=25c052e072fc968dae7d2c5d39dc55259d5d6aa8;hpb=3c678195610789166e1133575789f25da8f1a291;p=rodin%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 25c052e..80df9c9 100644 --- a/src/stream.h +++ b/src/stream.h @@ -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;