diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 15:14:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 15:14:12 +0000 |
commit | 17db2087692530c036350437dc202132d9a2222d (patch) | |
tree | 37f7e3b88fa894209006d0323b45d3acdef52bcd /graphics/multivideo | |
parent | 47c5416552bad2cca1c0dd32345630624b62ee1a (diff) | |
download | ports-17db2087692530c036350437dc202132d9a2222d.tar.gz ports-17db2087692530c036350437dc202132d9a2222d.zip |
Notes
Diffstat (limited to 'graphics/multivideo')
-rw-r--r-- | graphics/multivideo/files/patch-my_thread_process.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/multivideo/files/patch-my_thread_process.hh b/graphics/multivideo/files/patch-my_thread_process.hh new file mode 100644 index 000000000000..8c7911164163 --- /dev/null +++ b/graphics/multivideo/files/patch-my_thread_process.hh @@ -0,0 +1,11 @@ +--- my_thread_process.hh.orig Fri Dec 22 16:09:57 2006 ++++ my_thread_process.hh Fri Dec 22 16:10:18 2006 +@@ -32,7 +32,7 @@ + sequence* my_sequence; + unsigned char * data; + unsigned char** data_images; +- bool my_thread_process::conditions_for_break(int i,type_of_current_reading cr); ++ bool conditions_for_break(int i,type_of_current_reading cr); + public: + bool should_continue; + my_thread_process(my_frame& frame,buffer& buf,sequence& seq); |