Searched refs:TitleCursor (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 140 Cursor TitleCursor; /* title bar cursor */ member in struct:ScreenInfo
|
| H A D | gram.y | 394 NewBitmapCursor(&Scr->TitleCursor, $2, $3); } 396 NewFontCursor(&Scr->TitleCursor, $2); }
|
| H A D | parse.c | 129 XRecolorCursor(dpy, Scr->TitleCursor,
|
| H A D | twm.c | 688 NewFontCursor(&Scr->TitleCursor, "top_left_arrow");
|
| H A D | add_window.c | 880 XDefineCursor(dpy, tmp_win->title_w, Scr->TitleCursor);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | screen.h | 493 Cursor TitleCursor; ///< title bar cursor member in struct:ScreenInfo
|
| H A D | gram.y | 661 NewBitmapCursor(&Scr->TitleCursor, $2, $3); } 663 NewFontCursor(&Scr->TitleCursor, $2); }
|
| H A D | gram.tab.c | 3159 NewBitmapCursor(&Scr->TitleCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3166 NewFontCursor(&Scr->TitleCursor, (yyvsp[0].ptr)); }
|
| H A D | ctwm_main.c | 794 DEFCURSOR(TitleCursor, "top_left_arrow");
|
| H A D | add_window.c | 1653 XDefineCursor(dpy, tmp_win->title_w, Scr->TitleCursor);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 3159 NewBitmapCursor(&Scr->TitleCursor, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3166 NewFontCursor(&Scr->TitleCursor, (yyvsp[0].ptr)); }
|
Completed in 27 milliseconds