]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Merge pull request #3465 from soumya92/next
[i3/i3] / include / data.h
index 32fb098f970bb1bed29e036b9bb46550882e851e..f55e003d0bd2abcea36f20d89cf992fb5f9fab87 100644 (file)
@@ -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;
 };