X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/8239f1f1556534a87139272e27bc949830d039dd..10d457c97e103fddac6ce871de0fd862586094b4:/xmenu.c diff --git a/xmenu.c b/xmenu.c index ff4cf53..f2eaab4 100644 --- a/xmenu.c +++ b/xmenu.c @@ -1485,7 +1485,7 @@ main(int argc, char *argv[]) if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) errx(1, "XOpenIM: could not open input device"); - /* get configuration */ + /* process configuration and window class */ getresources(); classh.res_class = PROGNAME; classh.res_name = getoptions(argc, argv);