spmenu/libs/client.h

5 lines
152 B
C
Raw Normal View History

2023-03-02 14:05:07 +01:00
static void create_window(int x, int y, int w, int h);
2023-03-08 17:20:32 +01:00
static void prepare_window_size(void);
2023-03-02 14:05:07 +01:00
static void set_window(void);
static void set_prop(void);