X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fdata.h;fp=include%2Fdata.h;h=f55e003d0bd2abcea36f20d89cf992fb5f9fab87;hp=69a46e464331172172873a70940af6d348cb09bd;hb=1847938d4eeba98260cc79ca45a11a134274c2ea;hpb=c54f5008395b10c046f380cc3069ff779e5d2877 diff --git a/include/data.h b/include/data.h index 69a46e46..f55e003d 100644 --- a/include/data.h +++ b/include/data.h @@ -477,6 +477,10 @@ struct Window { int min_width; int min_height; + /* Maximum size specified for the window. */ + int max_width; + int max_height; + /* aspect ratio from WM_NORMAL_HINTS (MPlayer uses this for example) */ double aspect_ratio; }; @@ -573,7 +577,7 @@ struct Assignment { /** the criteria to check if a window matches */ Match match; - /** destination workspace/command, depending on the type */ + /** destination workspace/command/output, depending on the type */ union { char *command; char *workspace;