HomeSort by: relevance | last modified time | path
    Searched refs:hilite_wr (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
twm_window_struct.h 59 Window hilite_wr; ///< Right hilite window in titlebar member in struct:TwmWindow
145 int highlightxr; ///< Position of \ref hilite_wr and \ref lolite_wr
win_ops.c 79 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);
animate.c 266 if(t->hilite_wr) {
267 XChangeWindowAttributes(dpy, t->hilite_wr, CWBackPixmap, &attr);
268 XClearWindow(dpy, t->hilite_wr);
win_decorations.c 435 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_wr")
    [all...]
event_handlers.c 1773 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);
add_window.c 1799 if(tmp_win->hilite_wr) {
1800 SETCTXS(tmp_win->hilite_wr);
functions_win_moveresize.c 1452 || w == t->hilite_wl || w == t->hilite_wr) {

Completed in 56 milliseconds