Alias XdgToplevel.OnConfigureEventDg

Event delegate signature of XdgToplevel.onConfigure.

class XdgToplevel
{
  // ...
  alias OnConfigureEventDg = void delegate(XdgToplevel, int, int, wayland.native.util.wl_array*);
  // ...
}