Searched refs:lgripbottom (Results 1 – 3 of 3) sorted by relevance
/dports/x11-wm/openbox/openbox-3.6/openbox/ |
H A D | frame.c | 174 self->lgripbottom = createWindow(self->window, NULL, mask, &attrib); in frame_new() 653 XMoveResizeWindow(obt_display, self->lgripbottom, in frame_adjust_area() 669 XMapWindow(obt_display, self->lgripbottom); in frame_adjust_area() 743 XUnmapWindow(obt_display, self->lgripbottom); in frame_adjust_area() 941 XChangeWindowAttributes(obt_display, self->lgripbottom, CWCursor, &a); in frame_adjust_cursors() 1057 window_add(&self->lgripbottom, CLIENT_AS_WINDOW(self->client)); in frame_grab_client() 1129 window_remove(self->lgripbottom); in frame_release_client() 1491 if (win == self->lgripbottom) return OB_FRAME_CONTEXT_BLCORNER; in frame_context()
|
H A D | frame.h | 123 Window lgripbottom; member
|
H A D | framerender.c | 108 XSetWindowBackground(obt_display, self->lgripbottom, px); in framerender_frame() 109 XClearWindow(obt_display, self->lgripbottom); in framerender_frame()
|