X11 XSynchronize() definition in D

David d at dav1d.de
Tue Aug 6 03:22:33 PDT 2013


> struct Display
> {}

D supports opaque structs/pointers

struct Display;

Now Display has to be used as pointer only or the compiler complains
e.g. about

Display display;



More information about the Digitalmars-d-learn mailing list