spmenu/libs/x11/client.h
2023-06-05 17:16:26 +02:00

9 lines
346 B
C

/* See LICENSE file for copyright and license details. */
static void hexconv(const char *hex, unsigned short *r, unsigned short *g, unsigned short *b);
static void create_window_x11(int x, int y, int w, int h);
static void set_window_x11(void);
static void set_prop_x11(void);
static void resizeclient_x11(void);
static void xinitvisual(void);