Searched refs:other_owl (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.c | 415 static void InsertOwlAbove(OtpWinList *owl, OtpWinList *other_owl) argument 423 if(other_owl != NULL) { 424 fprintf(stderr, "\n other_owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)", 425 PRI(other_owl), 426 (unsigned int)WindowOfOwl(other_owl), 437 if(other_owl == NULL) { 461 vs_owl = GetOwlAtOrBelowInWinbox(&other_owl, winbox); 466 vs_owl = GetOwlAtOrBelowInVS(other_owl, owl->twm_win->parent_vs); 469 assert(PRI(owl) >= PRI(other_owl)); 470 if(other_owl 509 shouldStayAbove(OtpWinList * owl,OtpWinList * other_owl) argument 517 RaiseSmallTransientsOfAbove(OtpWinList * owl,OtpWinList * other_owl) argument 563 OtpWinList *other_owl; local in function:InsertOwl 626 OtpWinList *other_owl; local in function:TryToMoveTransientsOfTo 693 isHiddenBy(OtpWinList * owl,OtpWinList * other_owl) argument 702 OtpWinList *other_owl = owl->above; local in function:TinyRaiseOwl 720 OtpWinList *other_owl = owl->below; local in function:TinyLowerOwl 736 OtpWinList *other_owl; local in function:RaiseLowerOwl 993 OtpWinList *other_owl = other_win->otp; local in function:OtpForcePlacement [all...] |
Completed in 3 milliseconds