HomeSort by: relevance | last modified time | path
    Searched refs:parent_vs (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
twm_window_struct.h 263 struct VirtualScreen *parent_vs; member in struct:TwmWindow
otp.c 279 if(owl->twm_win->parent_vs) {
280 fprintf(stderr, " parent_vs:(x,y)=(%d,%d)",
281 twm_win->parent_vs->x,
282 twm_win->parent_vs->y);
285 fprintf(stderr, " parent_vs:NULL");
311 if(currentvs == twm_win->parent_vs) {
380 while(owl != NULL && owl->twm_win->parent_vs != vs) {
418 fprintf(stderr, "InsertOwlAbove owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)",
421 owl->twm_win->parent_vs->x,
422 owl->twm_win->parent_vs->y)
    [all...]
vscreen.c 317 /* parent_vs is the current real parent of the window */
318 if(vs != tmp_win->parent_vs) {
324 tmp_win->parent_vs = vs;
occupation.c 214 twm_win->parent_vs = vs;
1109 if(occupy_twm->parent_vs != twm_win->parent_vs) {
1110 occupy_twm->vs = twm_win->parent_vs;
add_window.c 176 tmp_win->parent_vs = vs;
750 if(tmp_win->parent_vs) {
751 vroot = tmp_win->parent_vs->window;
755 tmp_win->parent_vs = Scr->currentvs;
ewmh.c 1346 Window root = twm_win->parent_vs->window;

Completed in 9 milliseconds