Searched defs:g_win_button_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c99 int g_win_button_size = 0; /* If zero, disable single app mode */ variable
792 g_win_button_size = 18;
796 g_win_button_size = strtol(optarg, &p, 10);
1046 if (g_win_button_size)

Completed in 1029 milliseconds