Searched refs:hilite_wl (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | twm_window_struct.h | 58 Window hilite_wl; ///< Left hilite window in titlebar member in struct:TwmWindow 144 int highlightxl; ///< Position of \ref hilite_wl and \ref lolite_wl
|
| H A D | win_ops.c | 75 if(tmp_win->hilite_wl) { 76 XMapWindow(dpy, tmp_win->hilite_wl); 91 if(tmp_win->hilite_wl) { 92 XUnmapWindow(dpy, tmp_win->hilite_wl);
|
| H A D | animate.c | 262 if(t->hilite_wl) { 263 XChangeWindowAttributes(dpy, t->hilite_wl, CWBackPixmap, &attr); 264 XClearWindow(dpy, t->hilite_wl);
|
| H A D | win_decorations.c | 401 if(tmp_win->hilite_wl) { 402 XConfigureWindow(dpy, tmp_win->hilite_wl, xwcm, &xwc); 674 tmp_win->hilite_wl = (Window) 0; 782 if(tmp_win->hilite_wl) { 783 XUnmapWindow(dpy, tmp_win->hilite_wl); 975 tmp_win->hilite_wl = (Window) 0; 1052 tmp_win->hilite_wl = MKWIN(); 1054 XStoreName(dpy, tmp_win->hilite_wl, "hilite_wl");
|
| H A D | event_handlers.c | 1769 if(Tmp_win->hilite_wl) { 1770 XDeleteContext(dpy, Tmp_win->hilite_wl, TwmContext); 1771 XDeleteContext(dpy, Tmp_win->hilite_wl, ScreenContext); 1796 * The hilite_wl etc windows don't need to be XDestroyWindow()ed 2094 if(Tmp_win->hilite_wl) { 2095 XUnmapWindow(dpy, Tmp_win->hilite_wl);
|
| H A D | add_window.c | 1796 if(tmp_win->hilite_wl) { 1797 SETCTXS(tmp_win->hilite_wl);
|
| H A D | functions_win_moveresize.c | 1452 || w == t->hilite_wl || w == t->hilite_wr) {
|
Completed in 13 milliseconds