mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Check ignore windowname for truncation and provide user feedback during
config parse; based on a discussion with Tiago Cunha.
This commit is contained in:
2
calmwm.h
2
calmwm.h
@@ -528,7 +528,7 @@ void conf_cursor(struct conf *);
|
||||
void conf_grab_kbd(Window);
|
||||
void conf_grab_mouse(Window);
|
||||
void conf_init(struct conf *);
|
||||
void conf_ignore(struct conf *, const char *);
|
||||
int conf_ignore(struct conf *, const char *);
|
||||
void conf_screen(struct screen_ctx *);
|
||||
|
||||
void xev_process(void);
|
||||
|
||||
Reference in New Issue
Block a user