X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fschannel.h;h=dd77f1a069cfd0268cf5ef7ed122293c70ddd48e;hb=88bd3ce92004750c2689537cf1fa9a8211ad9189;hp=465e7dc51fe9b7095dbf870ffec104dd0a14bc2a;hpb=4b5220ce0a52c246af1a38b9613504ac89b186cc;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/schannel.h b/libchimara/schannel.h index 465e7dc..dd77f1a 100644 --- a/libchimara/schannel.h +++ b/libchimara/schannel.h @@ -25,6 +25,8 @@ struct glk_schannel_struct glui32 resource, notify; /* How many times to repeat the last sound played (-1 = forever) */ glui32 repeats; + /* Whether channel is paused */ + gboolean paused; #ifdef GSTREAMER_SOUND /* Each sound channel is represented as a GStreamer pipeline. */ @@ -32,4 +34,4 @@ struct glk_schannel_struct #endif }; -#endif \ No newline at end of file +#endif