#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <X11/Intrinsic.h>
#include <stdio.h>
#include "tilerc.h"
#include "tile.h"
#include "avoid.h"
Functions | |
int | shouldWeAvoid (Display *dsp, Window win, char *optional_name, struct tile_config *tileconf, struct tile_state *tilestate, char *func) |
Decides whether or not discovery and placement functions should operate on a window. |
|
Decides whether or not discovery and placement functions should operate on a window. TODO: automate this with the profile system or similar. |