Searched refs:g_height (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xwin.c | 48 extern int g_height; 1936 g_height = HeightOfScreen(g_screen); 1944 g_height = HeightOfScreen(g_screen) * (-g_sizeopt) / 100; 1954 g_height = cy; 1961 g_height = HeightOfScreen(g_screen); 2029 wndheight = g_fullscreen ? HeightOfScreen(g_screen) : g_height; 2035 g_ypos = HeightOfScreen(g_screen) + g_ypos - g_height; 2055 g_backstore = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth); 2059 XFillRectangle(g_display, g_backstore, g_gc, 0, 0, g_width, g_height); 2083 sizehints->min_height = sizehints->max_height = g_height; [all...] |
H A D | rdp.c | 80 extern int g_height; 634 out_uint16_le(s, g_height); 1069 if (g_width != width || g_height != height) 1071 warning("Remote desktop changed from %dx%d to %dx%d.\n", g_width, g_height, 1074 g_height = height;
|
H A D | rdesktop.c | 90 int g_height = 600; variable 726 g_height = strtol(p + 1, &p, 10); 728 if (g_height <= 0)
|
H A D | secure.c | 35 extern int g_height; 439 out_uint16_le(s, g_height);
|
Completed in 1076 milliseconds