diff options
author | dynaflash <[email protected]> | 2007-08-24 19:38:08 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-08-24 19:38:08 +0000 |
commit | 056b3e7f595b417c956b633ab20e79f6747aa70e (patch) | |
tree | 57e30194d58e50036ff97008701c67e30fc3b72a /libhb/hb.h | |
parent | dddd220d43479ed9296a375b5b0e94848cd4096c (diff) |
MacGui: Fix main window closing to it doesnt crash HB and allow you to get it back. Also, closing main window now does NOT quit HandBrake.
- Courtesy of Ritsuka. Thanks Ritsuka!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@864 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index f1a369055..547718280 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -94,6 +94,7 @@ void hb_stop( hb_handle_t * ); Should be regularly called by the UI (like 5 or 10 times a second). Look at test/test.c to see how to use it. */ void hb_get_state( hb_handle_t *, hb_state_t * ); +void hb_get_state2( hb_handle_t *, hb_state_t * ); /* hb_get_scancount() is called by the MacGui in UpdateUI to check for a new scan during HB_STATE_WORKING phase */ int hb_get_scancount( hb_handle_t * ); |