From: "Felix Nawothnig" felix.nawothnig@t-online.de
We need to get rid of that seperation - either the DIB should be stored fully on X side (which would require to add some features to X) or fully on Wine side (by implementing a GDI renderer in Wine).
You can't have it fully on the X side, since you need direct memory access (non-synchronized I might add) to the DIB data.
The only way is to implement it in Wine.