fix marshalling xsetwindowattribute
This commit is contained in:
parent
8780e5f3aa
commit
a5c9ddb1f4
1 changed files with 2 additions and 2 deletions
|
@ -717,14 +717,14 @@ namespace OpenTK.Platform.X11
|
|||
public int backing_store;
|
||||
public IntPtr backing_planes;
|
||||
public IntPtr backing_pixel;
|
||||
public bool save_under;
|
||||
public byte save_under;
|
||||
public IntPtr colormap;
|
||||
public bool map_installed;
|
||||
public MapState map_state;
|
||||
public IntPtr all_event_masks;
|
||||
public IntPtr your_event_mask;
|
||||
public IntPtr do_not_propagate_mask;
|
||||
public bool override_direct;
|
||||
public byte override_direct;
|
||||
public IntPtr screen;
|
||||
|
||||
public override string ToString()
|
||||
|
|
Loading…
Reference in a new issue