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.c File Reference

Go to the source code of this file.

Functions

gint remmina_rdp_utils_strpos (const gchar *haystack, const gchar *needle)
 Utility functions should be moved somewhere else More...
 
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()

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.

◆ remmina_rdp_utils_strpos()

gint remmina_rdp_utils_strpos ( const gchar *  haystack,
const gchar *  needle 
)

Utility functions should be moved somewhere else

Definition at line 39 of file rdp_monitor.c.