Searched refs:g_title (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c76 char g_title[64] = ""; variable
807 STRNCPY(g_title, optarg, sizeof(g_title));
1142 if (g_title[0] == 0)
1144 strcpy(g_title, "rdesktop - ");
1145 strncat(g_title, server, sizeof(g_title) - sizeof("rdesktop - "));
H A Dxwin.c57 extern char g_title[];
2062 XStoreName(g_display, g_wnd, g_title);
2063 ewmh_set_wm_name(g_wnd, g_title);

Completed in 64 milliseconds