X11 XSynchronize() definition in D

bearophile bearophileHUGS at lycos.com
Tue Aug 6 01:21:25 PDT 2013


andrea9940:

> extern int function(
>     Display*            /* display */,
>     Bool                /* onoff */
> )XSynchronize(
>     Display*            /* display */
> );

Try extern(C)?

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list