Home
last modified time | relevance | path

Searched refs:frame_sides (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dwinstatus.c121 fc = asw->frame_sides[od->tbar_side]; in update_window_transparency()
213 if (asw->frame_sides[od->tbar_side]) in resize_canvases()
220 if (asw->frame_sides[od->sbar_side]) in resize_canvases()
662 if (asw->frame_sides[i]) { in update_window_frame_moved()
687 if (asw->frame_sides[i]) in update_window_frame_pos()
717 asw->frame_sides[FR_N] ? asw->frame_sides[FR_N]->w : asw->frame; in SendConfigureNotify()
730 …if (asw->frame_sides[i] && asw->frame_sides[i]->w == w) { /* canvas has beer resized - resize tbar… in check_frame_side_config()
759 if (asw->frame_sides[od->sbar_side]) { in move_shading_frame()
768 if (asw->frame_sides[od->tbar_side]) in move_shading_frame()
857 if (asw->frame_sides[i]) in on_window_moveresize()
[all …]
H A Dhousekeeping.c149 if (warping_focus->frame_sides[i]) in clear_warping_focus()
150 XSelectInput (dpy, warping_focus->frame_sides[i]->w, in clear_warping_focus()
167 if (focus->frame_sides[i]) in set_warping_focus()
168 XSelectInput (dpy, focus->frame_sides[i]->w, in set_warping_focus()
H A Ddecorations.c198 ASCanvas *canvas = asw->frame_sides[side]; in check_side_canvas()
236 return (asw->frame_sides[side] = canvas); in check_side_canvas()
1187 frame_sides[FR_W] : asw->frame_sides[FR_N]; in hints2decorations()
1344 map_canvas_window (asw->frame_sides[i], False); in hints2decorations()
1456 if (asw->frame_sides[i] && (i == tbar_side || tbar_side == -1)) { in SetShape()
1460 get_current_canvas_geometry (asw->frame_sides[i], &x, &y, in SetShape()
1464 asw->frame_sides[i], x, y, s_width, in SetShape()
H A Devents.c447 if (asw->frame_sides[i] != NULL && asw->frame_sides[i]->w == w) { in DigestEvent()
448 canvas = asw->frame_sides[i]; in DigestEvent()
481 && canvas != asw->frame_sides[tbar_side]) { in DigestEvent()
483 if (asw->frame_sides[tbar_side]) in DigestEvent()
484 XRaiseWindow (dpy, asw->frame_sides[tbar_side]->w); in DigestEvent()
H A Dfunctions.c455 if (asw->frame_sides[i] != NULL && in DoExecuteFunction()
456 asw->frame_sides[i]->w == sf->canvas) { in DoExecuteFunction()
457 canvas = asw->frame_sides[i]; in DoExecuteFunction()
H A Dasinternals.h153 struct ASCanvas *frame_sides[FRAME_SIDES] ; member