SoC idea: fix wine 2398 bug.

Marcin Kardas marcin.kardas at gmail.com
Wed May 10 15:15:24 CDT 2006


2006/5/7, Marcin Kardas <marcin.kardas at gmail.com>:
> Hi,
> I'm participate in Google summer of code and I'm going to send
> application with my own idea. I would like to fix popular wine bug -
> http://bugs.winehq.org/show_bug.cgi?id=2398. On
> http://wiki.winehq.org/OpenGL there are some ideas how to do this and
> I think that this one with glViewport and glScissor is the best one.
> I've made some test and it should work, but may be it will cause
> another problems to solve, for example conecting X graphic context
> with GLContext. Maybe I will have to rewritte wine graphics function
> to use only OpenGL (or may be I will found another way). What do you
> think about it?
>
> Cheers,
> Marcin.
>
On http://wiki.winehq.org/OpenGL there is written, that someone has
tried to fix this bug like this - map Windows' window with X window
one to one (it was my first idea). But there is also written, that

" having a Win32 window <=> X11 window one to one mapping is not
feasible (it was done once but Alexandre removed it as part of the
window management rewrite as it lead to some problems in
applications)".

Does anybody know what type of problem it was - may be unfortunately
programmer make another bug in code while solving this one??



More information about the wine-devel mailing list