summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/rmdtypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h
index 776f80d..9225e6f 100644
--- a/recordmydesktop/include/rmdtypes.h
+++ b/recordmydesktop/include/rmdtypes.h
@@ -343,10 +343,10 @@ struct _ProgData {
sound_framesize; //size of each sound frame
/** Progam state vars */
- int running; //1 while the program is capturing/paused/encoding
- int paused; //1 while the program is paused
- int aborted; //1 if we should abort
- int pause_state_changed;//1 if pause state changed
+ boolean running; //1 while the program is capturing/paused/encoding
+ boolean paused; //1 while the program is paused
+ boolean aborted; //1 if we should abort
+ boolean pause_state_changed; //1 if pause state changed
#ifdef HAVE_LIBASOUND
snd_pcm_t *sound_handle;
© All Rights Reserved