Skip to content
Snippets Groups Projects
Commit ce52820e authored by T.J. Corona's avatar T.J. Corona Committed by Kitware Robot
Browse files

Merge topic 'ulong-to-unsigned-long' into release


1749a638 ulong -> unsigned long

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
Merge-request: !6674
parents 23cd058d 1749a638
Branches
Tags v7.0.0
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