Skip to content
Snippets Groups Projects
Commit 1749a638 authored by T.J. Corona's avatar T.J. Corona
Browse files

ulong -> unsigned long

parent 23cd058d
Branches
Tags
No related merge requests found
......@@ -704,7 +704,7 @@ void vtkXRenderWindowInteractor::DispatchEvent(XEvent* event)
char* data = nullptr;
Atom actualType;
int actualFormat;
ulong itemCount, bytesAfter;
unsigned long itemCount, bytesAfter;
XGetWindowProperty(this->DisplayId, event->xselection.requestor, event->xselection.property,
0, LONG_MAX, False, event->xselection.target, &actualType, &actualFormat, &itemCount,
&bytesAfter, (unsigned char**)&data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment