spmenu/libs/x11/client.h

9 lines
346 B
C
Raw Permalink Normal View History

2023-05-14 00:21:16 +02:00
/* See LICENSE file for copyright and license details. */
2023-05-23 22:14:24 +02:00
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);