Hello everyone.
While running a few windows programs using wine, I often encountered the message
Code: Select all
fixme:uxtheme:DrawThemeTextEx unsupported flags 0x%08lx
After looking into it, I found the exact place in
dlls/uxtheme/draw.c. I wanted to fix this issue, if possible, by myself. Since this will be my first contribution to wine, could you please point out any relevant resources specific to this FIXME I need to consider before submitting patches? Also, do let me know what is the proper procedure of submitting patches for review. I want to be of some help.
Thank you.