spmenu/libs/x11/client.h

12 lines
429 B
C
Raw 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
2023-03-02 14:05:07 +01:00
static void create_window(int x, int y, int w, int h);
2023-05-21 23:52:28 +02:00
static void get_width(int numwidthchecks, unsigned int minstrlen, unsigned int curstrlen);
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);
2023-03-13 22:45:04 +01:00
static void resizeclient(void);
2023-05-23 22:40:17 +02:00
static void store_image_vars(void);
static void set_mode(void);
static void xinitvisual(void);