diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2007-09-17 21:12:17 +0000 |
---|---|---|
committer | Thijs Vermeir <thijsvermeir@gmail.com> | 2007-09-17 21:12:17 +0000 |
commit | b98012690960ac3b3b3edf288bd4ab8a3e8aa91d (patch) | |
tree | 0f0a4a66a8e87ef2853cfde6f3453c61ca147a2c /gst/librfb/rfbdecoder.h | |
parent | c0aa28ca5bfc2eaf6b9cbba1159e9490c7c118c4 (diff) | |
download | gst-plugins-bad-b98012690960ac3b3b3edf288bd4ab8a3e8aa91d.tar.gz gst-plugins-bad-b98012690960ac3b3b3edf288bd4ab8a3e8aa91d.tar.bz2 gst-plugins-bad-b98012690960ac3b3b3edf288bd4ab8a3e8aa91d.zip |
Added a new property for the rfb version
Original commit message from CVS:
Added a new property for the rfb version
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r-- | gst/librfb/rfbdecoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h index 4163efe7..193e7995 100644 --- a/gst/librfb/rfbdecoder.h +++ b/gst/librfb/rfbdecoder.h @@ -31,8 +31,8 @@ struct _RfbDecoder /* readable properties */ gboolean inited; - gint protocol_major; - gint protocol_minor; + guint protocol_major; + guint protocol_minor; guint security_type; guint width; |