spmenu/libs/x11/init.h

12 lines
337 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);
2023-05-23 22:40:17 +02:00
static void handle_x11(void);
static void cleanup_x11(Display *disp);
2023-05-23 22:31:33 +02:00
static Display * opendisplay(char *disp);