summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_image_compositor_socket.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-02 20:59:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-02 20:59:13 +0000
commit6eccd043f22d9ddfa6418c4342e0a9fd5476a7dd (patch)
treee7c671e94b63ed713c34a88e8dc57ebf5d3cfd0e /gtk2_ardour/ardour_image_compositor_socket.h
parenta453d545080c5e8ec0cb54161ee826ad479d6d69 (diff)
ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4720 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_image_compositor_socket.h')
-rw-r--r--gtk2_ardour/ardour_image_compositor_socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_image_compositor_socket.h b/gtk2_ardour/ardour_image_compositor_socket.h
index 6ed92ef8ac..03f008669d 100644
--- a/gtk2_ardour/ardour_image_compositor_socket.h
+++ b/gtk2_ardour/ardour_image_compositor_socket.h
@@ -46,6 +46,8 @@ namespace ardourvis
/** the number of characters used to for the size of the image data message */
const int32_t IMAGE_DATA_MESSAGE_SIZE_CHARS = 32 ;
+ /** the number of characters in a return/reply message */
+ const int32_t RETURN_MSG_SIZE = 3 ;
// ------------------------------------------------------------------------- //
// Main Actions
// we join the action chars with items to create the message