Home
last modified time | relevance | path

Searched refs:nr_left_buttons (Results 1 – 24 of 24) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dbindings.c62 int contexts, int *nr_left_buttons, int *nr_right_buttons, Bool do_set) in update_nr_buttons() argument
65 int l = *nr_left_buttons; in update_nr_buttons()
77 if (do_set || *nr_left_buttons <= i / 2) in update_nr_buttons()
79 *nr_left_buttons = i / 2 + 1; in update_nr_buttons()
94 if (*nr_left_buttons != l || *nr_right_buttons != r) in update_nr_buttons()
237 int *nr_left_buttons, int *nr_right_buttons, in ParseBinding() argument
475 bcontext, nr_left_buttons, nr_right_buttons, in ParseBinding()
485 update_nr_buttons(context, nr_left_buttons, nr_right_buttons, False); in ParseBinding()
524 dpy, &Scr.AllBindings, action, type, &Scr.nr_left_buttons, in binding_cmd()
H A Ddecorations.c593 t->nr_left_buttons = Scr.nr_left_buttons; in SelectDecor()
596 for (i = 0; i / 2 < Scr.nr_left_buttons; i += 2) in SelectDecor()
599 t->nr_left_buttons--; in SelectDecor()
H A Dscreen.h394 int nr_left_buttons; member
H A Dcursor.c381 for (i = 0; i / 2 < Scr.nr_left_buttons; i += 2) in CMD_CursorStyle()
H A Dfvwm.h790 int nr_left_buttons; member
H A Dframe.c507 need_space = (fw->nr_left_buttons + fw->nr_right_buttons) * in frame_get_titlebar_compression()
1371 nbuttons = fw->nr_left_buttons + fw->nr_right_buttons; in frame_get_titlebar_dimensions()
1679 ((!(i & 1) && i / 2 < Scr.nr_left_buttons) || in frame_window_id_to_context()
H A Dadd_window.c1029 has_button = (((!(i & 1) && i / 2 < Scr.nr_left_buttons) || in setup_button_windows()
H A Dborders.c768 else if ((i & 1) == 0 && i / 2 < Scr.nr_left_buttons) in border_get_tb_parts_to_draw()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dbindings.c65 int contexts, int *nr_left_buttons, int *nr_right_buttons, Bool do_set) in update_nr_buttons() argument
68 int l = *nr_left_buttons; in update_nr_buttons()
80 if (do_set || *nr_left_buttons <= i / 2) in update_nr_buttons()
82 *nr_left_buttons = i / 2 + 1; in update_nr_buttons()
97 if (*nr_left_buttons != l || *nr_right_buttons != r) in update_nr_buttons()
242 int *nr_left_buttons, int *nr_right_buttons, in ParseBinding() argument
565 bcontext, nr_left_buttons, nr_right_buttons, in ParseBinding()
575 update_nr_buttons(context, nr_left_buttons, nr_right_buttons, False); in ParseBinding()
615 dpy, &Scr.AllBindings, action, type, &Scr.nr_left_buttons, in binding_cmd()
H A Ddecorations.c594 t->nr_left_buttons = Scr.nr_left_buttons; in SelectDecor()
597 for (i = 0; i / 2 < Scr.nr_left_buttons; i += 2) in SelectDecor()
600 t->nr_left_buttons--; in SelectDecor()
H A Dscreen.h418 int nr_left_buttons; member
H A Dcursor.c382 for (i = 0; i / 2 < Scr.nr_left_buttons; i += 2) in CMD_CursorStyle()
H A Dfvwm.h789 int nr_left_buttons; member
H A Dframe.c507 need_space = (fw->nr_left_buttons + fw->nr_right_buttons) * in frame_get_titlebar_compression()
1371 nbuttons = fw->nr_left_buttons + fw->nr_right_buttons; in frame_get_titlebar_dimensions()
1679 ((!(i & 1) && i / 2 < Scr.nr_left_buttons) || in frame_window_id_to_context()
H A Dadd_window.c1061 has_button = (((!(i & 1) && i / 2 < Scr.nr_left_buttons) || in setup_button_windows()
H A Dborders.c768 else if ((i & 1) == 0 && i / 2 < Scr.nr_left_buttons) in border_get_tb_parts_to_draw()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Ddecorations.c293 t->nr_left_buttons = Scr.nr_left_buttons; in SelectDecor()
296 for(i=0;i<Scr.nr_left_buttons;i++) in SelectDecor()
298 t->nr_left_buttons--; in SelectDecor()
H A Dscreen.h217 int nr_left_buttons; /* number of left-side title-bar buttons */ member
H A Dafterstep.h151 int nr_left_buttons; member
H A Dborders.c330 for(i=0;i<Scr.nr_left_buttons;i++) { in SetBorder()
576 hor_off = t->nr_left_buttons>0 ? t->title_height+10 : 5; in SetTitleBar()
581 hor_off = t->nr_left_buttons*t->title_height+6; in SetTitleBar()
879 left = tmp_win->nr_left_buttons; in SetupFrame()
905 for(i=0;i<Scr.nr_left_buttons;i++) in SetupFrame()
H A Dadd_window.c431 if((i<Scr.nr_left_buttons)&&(tmp_win->left_w[i] > 0)) in AddWindow()
529 for(i=0;i<Scr.nr_left_buttons;i++) in AddWindow()
H A Dmisc.c191 for(i=0;i<Scr.nr_left_buttons;i++) in Destroy()
H A Devents.c245 for(i = 0; i < Scr.nr_left_buttons; i++) in GetContext()
H A Dconfigure.c1561 if(Scr.nr_left_buttons <i) in ParseMouseEntry()
1562 Scr.nr_left_buttons = i; in ParseMouseEntry()