Searched refs:winbox (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | windowbox.c | 24 WindowBox *winbox; local in function:addWindowBox 29 winbox = malloc(sizeof(WindowBox)); 30 winbox->next = NULL; 31 winbox->name = strdup(boxname); 32 winbox->geometry = strdup(geometry); 33 winbox->winlist = NULL; 35 Scr->FirstWindowBox = winbox; 37 return (&(winbox->winlist)); 42 WindowBox *winbox; local in function:createWindowBoxes 47 for(winbox 100 WindowBox *winbox; local in function:findWindowBox [all...] |
| H A D | ctwm_shutdown.c | 135 if(tmp->winbox && tmp->winbox->twmwin && tmp->frame) {
|
| H A D | functions_win.c | 574 if(tmp_win->winbox) { 575 XTranslateCoordinates(dpy, Scr->Root, tmp_win->winbox->window, 613 if(tmp_win->winbox) { 614 grabwin = tmp_win->winbox->window; 698 if(tmp_win->winbox) { 699 XTranslateCoordinates(dpy, Scr->Root, tmp_win->winbox->window,
|
| H A D | twm_window_struct.h | 247 WindowBox *winbox; ///< WindowBox containing this window. member in struct:TwmWindow
|
| H A D | otp.c | 297 if(twm_win->winbox) { 399 while(owl != NULL && owl->twm_win->winbox != wb) { 452 WindowBox *winbox = owl->twm_win->winbox; local in function:InsertOwlAbove 460 else if(winbox != NULL) { 461 vs_owl = GetOwlAtOrBelowInWinbox(&other_owl, winbox); 903 if(twm_win->winbox != NULL || twm_win->iswinbox) { 927 if(twm_win->winbox != NULL || twm_win->iswinbox) { 950 if(twm_win->winbox != NULL || twm_win->iswinbox) { 969 if(twm_win->winbox ! [all...] |
| H A D | win_utils.c | 580 if(t->winbox != tmp_win->winbox) { 637 if(t->winbox != tmp_win->winbox) { 832 else if(twmwin->winbox) { 834 XGetWindowAttributes(dpy, twmwin->winbox->window, &attr);
|
| H A D | functions_win_moveresize.c | 157 if(tmp_win->winbox) { 158 XTranslateCoordinates(dpy, dragroot, tmp_win->winbox->window, 167 * the winbox case above and had to translate the coordinates? But, 169 * the winbox window, and here we're positioning relative to Root? 203 const Window grabwin = (tmp_win->winbox ? tmp_win->winbox->window 460 if(tmp_win->winbox) { 461 XTranslateCoordinates(dpy, dragroot, tmp_win->winbox->window,
|
| H A D | add_window.c | 129 WindowBox *winbox; local in function:AddWindow 690 winbox = findWindowBox(tmp_win); 758 if(winbox) { 759 vroot = winbox->window; 1003 if(winbox) { 1004 vroot = winbox->window; 1055 if(winbox) {
|
| H A D | win_resize.c | 201 if(tmp_win->winbox) { 202 grabwin = tmp_win->winbox->window; 953 if(tmp_win->winbox) { 955 if(XGetWindowAttributes(dpy, tmp_win->winbox->window, &winattrs)) {
|
| H A D | event_handlers.c | 2234 if(Tmp_win && Tmp_win->winbox) { 2235 XTranslateCoordinates(dpy, Scr->Root, Tmp_win->winbox->window, 2273 if(Tmp_win->winbox) { 2274 XTranslateCoordinates(dpy, Scr->Root, Tmp_win->winbox->window,
|
Completed in 16 milliseconds