#ifndef XUTIL_H
#define XUTIL_H

void MoveOutline(Display *dpy, Window root, GC gc, int x, int y, int width, int height, int bw, int th);

#endif

