CTWM
|
#include "ctwm.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <X11/extensions/Xrandr.h>
#include "r_area_list.h"
#include "r_area.h"
#include "r_layout.h"
#include "xrandr.h"
Go to the source code of this file.
Functions | |
RLayout * | XrandrNewLayout (Display *disp, Window rootw) |
Use XRANDR to figure out how our monitors are laid out. | |
Use XRANDR to figure out how our monitors are laid out.
Definition at line 22 of file xrandr.c.
References PlaceX, RAreaListAdd(), RAreaListNew(), RAreaNew(), RAreaPrint(), RLayoutNew(), RLayoutSetMonitorsNames(), x, and y.
Referenced by ctwm_main().