spmenu/libs/x11/init.h

10 lines
267 B
C
Raw Normal View History

2023-05-23 22:14:24 +02:00
/* See LICENSE file for copyright and license details. */
2023-05-21 23:40:19 +02:00
static Atom clip, utf8, types, dock;
static Display *dpy;
static Window root, parentwin, win;
static void setupdisplay(void);
2023-05-23 22:31:33 +02:00
static void set_screen(Display *disp);
static Display * opendisplay(char *disp);