From b98012690960ac3b3b3edf288bd4ab8a3e8aa91d Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Mon, 17 Sep 2007 21:12:17 +0000 Subject: Added a new property for the rfb version Original commit message from CVS: Added a new property for the rfb version --- gst/librfb/rfbdecoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/librfb/rfbdecoder.h') 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; -- cgit v1.2.1