Rémi Assailly wrote:
I added some things to my previous patch. Please tell me if something seems incorrect or is missing Thanks ;)
Changelog:
- implement GetLayout
Thanks for spotting another one for my growing heap of BiDi TODOs....
http://bugs.winehq.org/show_bug.cgi?id=2584
Shachar
Rémi Assailly wrote:
Sorry, I prefer that ;) What I wanted to know was if my implementation of GetLayout was correct before trying to implement SetLayout ( and add mirroring in all functions which need to check it ... ) or what was incorrect to fix it ! Okay, I will do what you advise me to do. I found that SetProcessDefaultLayout is not implemented, I think it will something like
BOOL WINAPI SetProcessDefaultLayout( DWORD ); in winuser.h
I correct,
SetProcessDefaultLayout, and GetProcessDefaultLayout are implemented. I do not know why I did not found them the first time...
Sorry...