Searched refs:RLayout (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | 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 *sel [all...] |
| H A D | xrandr.h | 8 RLayout *XrandrNewLayout(Display *disp, Window rootw);
|
| H A D | xparsegeometry.h | 10 int RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y,
|
| H A D | r_structs.h | 45 struct RLayout { struct
|
| H A D | 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...] |
| H A D | types.h | 71 typedef struct RLayout RLayout; typedef in typeref:struct:RLayout
|
| H A D | win_utils.h | 26 bool ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width,
|
| H A D | xparsegeometry.c | 25 RLayoutXParseGeometry(RLayout *layout, const char *geometry, int *x, int *y,
|
| H A D | xrandr.c | 21 RLayout * 105 // Build up an RLayout of those areas and their names, and hand it
|
| H A D | screen.h | 211 RLayout *Layout; 214 RLayout *BorderedLayout;
|
| H A D | win_utils.c | 760 ConstrainByLayout(RLayout *layout, int move_off_res, int *left, int width,
|
| H A D | parse_be.c | 2136 RLayout *new_layout;
|
| H A D | win_resize.c | 948 RLayout *borderedLayout = NULL;
|
| H A D | add_window.c | 1468 const RLayout *layout = Scr->BorderedLayout; 1502 // completely off-screen; in that case, the RLayout* calls
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | index.adoc | 17 * <<rlayout.adoc#,RLayout>> describes the functions and data structures 18 involving `RArea` and `RLayout` bits.
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| H A D | test_layout.c | 117 static RLayout * 153 static RLayout * 158 RLayout *layout; 218 RLayout *layout = NULL; 306 RLayout *check_layout; 326 RLayout *check_layout;
|
| /xsrc/external/mit/ctwm/dist/tests/ |
| H A D | CMakeLists.txt | 128 # RLayout stuff
|
Completed in 20 milliseconds