gpugems / swtqt

Automatically exported from code.google.com/p/swtqt
0 stars 0 forks source link

Why does GC.getXORMode() always throw an SWTException #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The implementation of GC.getXORMode() is still to be done:

    public boolean getXORMode() {
        //TODO
        SWT.error(SWT.ERROR_GRAPHIC_DISPOSED);
        //      int rop2 = 0;
        //      rop2 = OS.GetROP2(handle);
        return false; //rop2 == OS.R2_XORPEN;
    }

I got a problem mixing heavyweight with lightweight components (Draw2D) which - 
I guess - relies on this method.

Are there any plans to fix this "TODO" in the near future?

Regards,
Matthias

Original issue reported on code.google.com by matze.gs...@cable.vol.at on 17 Feb 2012 at 10:33

GoogleCodeExporter commented 8 years ago
sorry I lost a little track and didnt check that there were new messages…

The answer is that there is no current development from our side. The current 
implementation is also not complete or error-free but as-is. If you like to 
contribute, let us know.

Original comment by christia...@gmail.com on 7 Mar 2012 at 10:59