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

  /xsrc/external/mit/ctwm/dist/
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
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);
animate.c 262 if(t->hilite_wl) {
263 XChangeWindowAttributes(dpy, t->hilite_wl, CWBackPixmap, &attr);
264 XClearWindow(dpy, t->hilite_wl);
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");
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);
add_window.c 1796 if(tmp_win->hilite_wl) {
1797 SETCTXS(tmp_win->hilite_wl);
functions_win_moveresize.c 1452 || w == t->hilite_wl || w == t->hilite_wr) {

Completed in 11 milliseconds