X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/7832d2cfa9c0f89592d05af8fe94d8e5230adbdf..70f5db0f88fcc7525dd3b71fc1408cb6e9cb36f5:/xmenu.h diff --git a/xmenu.h b/xmenu.h index 93a3fd7..a85b44c 100644 --- a/xmenu.h +++ b/xmenu.h @@ -53,6 +53,7 @@ struct DC { GC gc; + FcPattern *pattern; XftFont **fonts; size_t nfonts; }; @@ -71,7 +72,7 @@ struct Item { Imlib_Image icon; }; -/* monitor and cursor geometry structure */ +/* monitor geometry structure */ struct Monitor { int x, y, w, h; /* monitor geometry */ };