On 11/09/2013 04:55 PM, Steve Teale wrote:

On Sat, 09 Nov 2013 13:45:14 GMT, Mike Wey wrote:

On Sat, 09 Nov 2013 09:22:18 GMT, Steve Teale wrote:

import gdk.Atoms;

void main()
{
     GdkAtom x = atomIntern("CLIPBOARD", 0);
}

Compiled and linked against libgtkd-2.a.

This is the same issue as http://forum.gtkd.org/groups/GtkD/thread/94/.

So atoms are broken?

They were broken, yes. Fixed in the latest commit.