Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
rdp_monitor.h File Reference

Go to the source code of this file.

Functions

G_BEGIN_DECLS void remmina_rdp_monitor_get (rfContext *rfi, gchar **monitorids, guint32 *maxwidth, guint32 *maxheight)
 Set the MonitorIDs, the maxwidth and maxheight. More...
 

Function Documentation

◆ remmina_rdp_monitor_get()

G_BEGIN_DECLS void remmina_rdp_monitor_get ( rfContext rfi,
gchar **  monitorids,
guint32 *  maxwidth,
guint32 *  maxheight 
)

Set the MonitorIDs, the maxwidth and maxheight.

  • number of monitors
  • Geometry of each
  • Choosen by the user
  • Primary monitor

    • Otherwise use current monitor as the origin

    The origin must be 0,0

Definition at line 68 of file rdp_monitor.c.