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

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h59 Window hilite_wr; ///< Right hilite window in titlebar member in struct:TwmWindow
145 int highlightxr; ///< Position of \ref hilite_wr and \ref lolite_wr
H A Dwin_ops.c79 if(tmp_win->hilite_wr) {
80 XMapWindow(dpy, tmp_win->hilite_wr);
94 if(tmp_win->hilite_wr) {
95 XUnmapWindow(dpy, tmp_win->hilite_wr);
H A Danimate.c266 if(t->hilite_wr) {
267 XChangeWindowAttributes(dpy, t->hilite_wr, CWBackPixmap, &attr);
268 XClearWindow(dpy, t->hilite_wr);
H A Dwin_decorations.c435 if(tmp_win->hilite_wr) {
436 XConfigureWindow(dpy, tmp_win->hilite_wr, xwcm, &xwc);
675 tmp_win->hilite_wr = (Window) 0;
785 if(tmp_win->hilite_wr) {
786 XUnmapWindow(dpy, tmp_win->hilite_wr);
931 if(tmp_win->hilite_wr || Scr->TBInfo.nright > 0) {
951 + (tmp_win->hilite_wr ? Scr->TBInfo.width * 2 : 0)
976 tmp_win->hilite_wr = (Window) 0;
1058 tmp_win->hilite_wr = MKWIN();
1060 XStoreName(dpy, tmp_win->hilite_wr, "hilite_w
[all...]
H A Devent_handlers.c1773 if(Tmp_win->hilite_wr) {
1774 XDeleteContext(dpy, Tmp_win->hilite_wr, TwmContext);
1775 XDeleteContext(dpy, Tmp_win->hilite_wr, ScreenContext);
2097 if(Tmp_win->hilite_wr) {
2098 XUnmapWindow(dpy, Tmp_win->hilite_wr);
H A Dadd_window.c1799 if(tmp_win->hilite_wr) {
1800 SETCTXS(tmp_win->hilite_wr);
H A Dfunctions_win_moveresize.c1452 || w == t->hilite_wl || w == t->hilite_wr) {

Completed in 12 milliseconds