X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/6abae763c6cce70c9b753778b5e3742a7719715a..f472bfacd9b4793caa90d1738734421fa36cb5e5:/xmenu.h diff --git a/xmenu.h b/xmenu.h index 051bc4a..340ce24 100644 --- a/xmenu.h +++ b/xmenu.h @@ -98,4 +98,5 @@ struct Menu { int maxtextw; /* maximum text width */ unsigned level; /* menu level relative to root */ Window win; /* menu window to map on the screen */ + XIC xic; /* input context */ };