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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c700 Window wnds[3]; /* top, middle and bottom */ local
709 wnds[i] =
713 XStoreName(g_display, wnds[i], name);
714 ewmh_set_wm_name(wnds[i], name);
721 mwm_hide_decorations(wnds[i]);
724 XSetTransientForHint(g_display, wnds[i], RootWindowOfScreen(g_screen));
725 ewmh_set_window_popup(wnds[i]);
728 XSelectInput(g_display, wnds[i], StructureNotifyMask);
734 XMapRaised(g_display, wnds[2]); /* bottom */
737 XWindowEvent(g_display, wnds[
[all...]

Completed in 65 milliseconds