xmenu: my first project with xlib - Programming On Unix

Users browsing this thread: 1 Guest(s)
seninha
Long time nixers
Just added xft support for xmenu and had a bad time doing it.

There is no documentation for xft functions and the only manpage that exists (Xft(3)) only has a fast introduction to some of the most used function calls, but not all of them. If it weren't for dmenu's code I'd not know how to use some functions. dmenu source code has really saved me.

Do some of you know a good resource where I can learn more about xft since there is no official manpage nor documentation? Not even the header file has a comment to explain what a function does or what its arguments mean.


Messages In This Thread
xmenu: my first project with xlib - by seninha - 14-05-2020, 06:45 PM
RE: xmenu: my first project with xlib - by z3bra - 14-05-2020, 07:32 PM
RE: xmenu: my first project with xlib - by venam - 15-05-2020, 02:47 AM
RE: xmenu: my first project with xlib - by z3bra - 15-05-2020, 06:33 AM
RE: xmenu: my first project with xlib - by movq - 15-05-2020, 09:49 AM
RE: xmenu: my first project with xlib - by venam - 15-05-2020, 03:04 PM
RE: xmenu: my first project with xlib - by seninha - 18-05-2020, 10:48 PM
RE: xmenu: my first project with xlib - by venam - 19-05-2020, 12:49 AM
RE: xmenu: my first project with xlib - by opfez - 29-07-2020, 01:17 PM