#pragma once #include "window.h" #include "webview.h" #include "config.h" #include #include #include #include #include #include #include #include enum { AtomFind, AtomGo, AtomUri, AtomUTF8, AtomLast }; extern Display *glob_dpy; /* declared in rose.c */ /* Set/get X11 window properties. `getatom` retuns an allocated string which has to be free'd. */ char *getatom(int aid); void setatom(int aid, const char *val);