Home
last modified time | relevance | path

Searched refs:win_prop (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/xneur/xneur-0.20.0/lib/main/
H A Dwindow.c96 Atom win_prop = XInternAtom(display, "_WIN_HINTS", False); in window_create() local
98 …XChangeProperty(display, flag_window, win_prop, win_prop, 32, PropModeReplace, (unsigned char *) &… in window_create()
/dports/german/ding/ding-1.9/
H A Dding157 set default(win_prop) 0
223 set param(win_prop) $default(win_prop)
1644 -value 0 -variable param(win_prop)
1646 -value 2 -variable param(win_prop)
1648 -value 1 -variable param(win_prop)
2406 if {$param(win_prop) == 1 || $param(do_automin) == 1} {
2438 if {$param(win_prop) == 1} {
2442 if {$param(win_prop) == 2 && $param(autominDelay) > 0 &&
2529 if {$param(win_prop) == 2 && $param(autominDelay) > 0} {
4744 set param(win_prop) $default(win_prop)
[all …]
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dinit.c2668 XTextProperty win_prop; in rxvt_create_show_windows() local
2803 win_prop.value = (unsigned char*) r->h->rs[Rs_title]; in rxvt_create_show_windows()
2804 win_prop.nitems = STRLEN (win_prop.value); in rxvt_create_show_windows()
2805 win_prop.encoding = XA_STRING; in rxvt_create_show_windows()
2806 win_prop.format = 8; in rxvt_create_show_windows()
2822 &win_prop, &icon_prop, (char**)argv, argc, in rxvt_create_show_windows()
2826 rxvt_set_term_title (r, win_prop.value); in rxvt_create_show_windows()
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dinit.c3237 XTextProperty win_prop; in rxvt_create_show_windows() local
3419 win_prop.value = (unsigned char*) r->h->rs[Rs_title]; in rxvt_create_show_windows()
3420 win_prop.nitems = STRLEN (win_prop.value); in rxvt_create_show_windows()
3421 win_prop.encoding = XA_STRING; in rxvt_create_show_windows()
3422 win_prop.format = 8; in rxvt_create_show_windows()
3454 &win_prop, &icon_prop, (char**)argv, argc, in rxvt_create_show_windows()
3466 rxvt_set_term_title (r, win_prop.value); in rxvt_create_show_windows()
/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dx11-ui.c34 static void *win_prop(Window win, Atom property, Atom req_type) in win_prop() function
56 wa = win_prop(ui->root, XInternAtom(ui->dpy, "_NET_WORKAREA", False), in ui_get_workarea()