TFGF

Results 66 comments of TFGF

I tried, but I need more time to change the constructor, so I changed my setup, using the folders I needed to sync inside another folder.

Sounds good, must test if doesn't break previous usages.

You are calling UG_Init calling foo, you should pass foo as parameter , not calling it. `UG_Init(&gui1963, &my_int_func, 160, 128);`

Sure, I can't today, but tomorrow I'll be back at the office.

I tried running in a debugger, but not allowed. ``` lldb -- /Library/OpenSC/bin/pkcs11-tool --login --test (lldb) target create "/Library/OpenSC/bin/pkcs11-tool" Current executable set to '/Library/OpenSC/bin/pkcs11-tool' (arm64). (lldb) settings set -- target.run-args...

I had to apply some patches(https://github.com/OpenSC/OpenSC/pull/2748 and some unused variables), but it gives me another error when running the compiled version. ``` $ sudo lldb "$PWD/test/bin/pkcs11-tool" (lldb) target create "/Users/terciofilho/Downloads/OpenSC-0.23.0/test/bin/pkcs11-tool"...

Nice, UTF-8 support is great! I also have a fork, https://github.com/0x3333/UGUI, with those features: * Fonts, Components, Colors have been externalized to a separated file * Pseudo Theme created(See ugui_theme.h)...

Me again, missing the X11 sim, `ugui_sim_x11.c`. Super helpful to debug on Mac or Linux the output(I used it to print my screenshots, see README.md in my fork).