Searched refs:hilite_wl (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h58 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 Dwin_ops.c75 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 Danimate.c262 if(t->hilite_wl) {
263 XChangeWindowAttributes(dpy, t->hilite_wl, CWBackPixmap, &attr);
264 XClearWindow(dpy, t->hilite_wl);
H A Dwin_decorations.c401 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 Devent_handlers.c1769 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 Dadd_window.c1796 if(tmp_win->hilite_wl) {
1797 SETCTXS(tmp_win->hilite_wl);
H A Dfunctions_win_moveresize.c1452 || w == t->hilite_wl || w == t->hilite_wr) {

Completed in 13 milliseconds