diff options
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r-- | gst/librfb/rfbdecoder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h index 9d1778f6..d6fec5f6 100644 --- a/gst/librfb/rfbdecoder.h +++ b/gst/librfb/rfbdecoder.h @@ -63,6 +63,12 @@ struct _RfbDecoder gchar *name; + /* information if we don't want to update the whole screen */ + guint offset_x; + guint offset_y; + guint rect_width; + guint rect_height; + gint n_rects; }; |