HomeSort by: relevance | last modified time | path
    Searched refs:RLayout (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
r_layout.h 11 RLayout *RLayoutNew(RAreaList *monitors);
12 void RLayoutFree(RLayout *self);
14 RLayout *RLayoutCopyCropped(const RLayout *self, int left_margin,
18 RLayout *RLayoutSetMonitorsNames(RLayout *self, char **names);
20 RArea RLayoutGetAreaAtXY(const RLayout *self, int x, int y);
21 RArea RLayoutGetAreaIndex(const RLayout *self, int index);
22 RArea RLayoutGetAreaByName(const RLayout *self, const char *name, int len);
24 void RLayoutFindTopBottomEdges(const RLayout *self, const RArea *area, int *top
    [all...]
xrandr.h 8 RLayout *XrandrNewLayout(Display *disp, Window rootw);
xparsegeometry.h 10 int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y,
r_structs.h 45 struct RLayout {
r_layout.c 20 static void _RLayoutFreeNames(RLayout *self);
21 static RAreaList *_RLayoutRecenterVertically(const RLayout *self,
23 static RAreaList *_RLayoutRecenterHorizontally(const RLayout *self,
25 static RAreaList *_RLayoutVerticalIntersect(const RLayout *self,
27 static RAreaList *_RLayoutHorizontalIntersect(const RLayout *self,
42 * First, some funcs for creating and destroying RLayout's in various
49 * Create an RLayout for a given set of monitors.
54 RLayout *
57 RLayout *layout = malloc(sizeof(RLayout));
    [all...]
types.h 71 typedef struct RLayout RLayout;
win_utils.h 26 bool ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width,
xparsegeometry.c 25 RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y,
xrandr.c 21 RLayout *
105 // Build up an RLayout of those areas and their names, and hand it
screen.h 211 RLayout *Layout;
214 RLayout *BorderedLayout;
win_utils.c 760 ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width,
parse_be.c 2136 RLayout *new_layout;
win_resize.c 948 RLayout *borderedLayout = NULL;
add_window.c 1468 const RLayout *layout = Scr->BorderedLayout;
1502 // completely off-screen; in that case, the RLayout* calls
  /xsrc/external/mit/ctwm/dist/tests/layout/
test_layout.c 117 static RLayout *
153 static RLayout *
158 RLayout *layout;
218 RLayout *layout = NULL;
306 RLayout *check_layout;
326 RLayout *check_layout;

Completed in 57 milliseconds