Alias XdgSurface.OnConfigureEventDg

Event delegate signature of XdgSurface.onConfigure.

class XdgSurface
{
  // ...
  alias OnConfigureEventDg = void delegate(XdgSurface, uint);
  // ...
}