WindowInfo: Use char[0] for FLA instead of char[1].
This is a private structure, so despite being an ABI break, it should not cause any problems.
This commit is contained in:
@@ -36,7 +36,7 @@ struct window_info {
|
||||
struct client_window_info : window_info {
|
||||
float tab_height;
|
||||
float border_size;
|
||||
char name[1];
|
||||
char name[0];
|
||||
} _PACKED;
|
||||
|
||||
enum window_action {
|
||||
|
||||
Reference in New Issue
Block a user