virt-viewer-display: Document difference between nth display and monitor

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Hans de Goede 2013-03-21 12:39:13 +01:00
parent f7c11ac899
commit 7ea90b8d17

View File

@ -41,8 +41,8 @@ struct _VirtViewerDisplayPrivate
guint desktopHeight;
guint zoom_level;
gboolean zoom;
gint nth_display;
gint monitor;
gint nth_display; /* Monitor number inside the guest */
gint monitor; /* Monitor number on the client */
guint show_hint;
VirtViewerSession *session;
gboolean auto_resize;