X11ColormapNotifyEvent constructor

X11ColormapNotifyEvent(
  1. X11ResourceId window,
  2. X11ResourceId colormap,
  3. bool new_,
  4. int state,
)

Implementation

X11ColormapNotifyEvent(this.window, this.colormap, this.new_, this.state);