X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfig.h;h=e959a2dc6f6f4787dc190b2ca02970bb9ba3ca1f;hb=206b96202c6cae83a1867e3266edafa5a10e327f;hp=680830fd06e3846b36383e4c23c0f903defbcb51;hpb=c7ea8c42b679be191e843f653f5024846ce42fe9;p=i3%2Fi3 diff --git a/include/config.h b/include/config.h index 680830fd..e959a2dc 100644 --- a/include/config.h +++ b/include/config.h @@ -150,6 +150,12 @@ struct Config { * buttons to do things with floating windows (move, resize) */ uint32_t floating_modifier; + /** Maximum and minimum dimensions of a floating window */ + int32_t floating_maximum_width; + int32_t floating_maximum_height; + int32_t floating_minimum_width; + int32_t floating_minimum_height; + /* Color codes are stored here */ struct config_client { uint32_t background; @@ -271,7 +277,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configfile, * Translates keysymbols to keycodes for all bindings which use keysyms. * */ -void translate_keysyms(); +void translate_keysyms(void); /** * Ungrabs all keys, to be called before re-grabbing the keys because of a