http://bugs.winehq.org/show_bug.cgi?id=14776
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |austinenglish@gmail.com Status|NEW |ASSIGNED
--- Comment #1 from Austin English austinenglish@gmail.com 2008-08-05 19:04:19 --- Created an attachment (id=15311) --> (http://bugs.winehq.org/attachment.cgi?id=15311) 1st patch attempt
Here's my first attempt at a patch, comments welcome. Currently, it crashes winecfg, my guess is because of this:
LTEXT "&Offscreen Rendering Mode: ",IDC_STATIC,15,110,80,32 COMBOBOX IDC_D3D_OSHADER_MODE,100,108,145,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
I know those numbers are wrong, but unfortunately I don't know what they should be or how to find them out. Maybe I need a GUI programming environment...