Mentions légales du service

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
No related branches found
No related tags found
No related merge requests found
...@@ -704,7 +704,7 @@ void vtkXRenderWindowInteractor::DispatchEvent(XEvent* event) ...@@ -704,7 +704,7 @@ void vtkXRenderWindowInteractor::DispatchEvent(XEvent* event)
char* data = nullptr; char* data = nullptr;
Atom actualType; Atom actualType;
int actualFormat; int actualFormat;
ulong itemCount, bytesAfter; unsigned long itemCount, bytesAfter;
XGetWindowProperty(this->DisplayId, event->xselection.requestor, event->xselection.property, XGetWindowProperty(this->DisplayId, event->xselection.requestor, event->xselection.property,
0, LONG_MAX, False, event->xselection.target, &actualType, &actualFormat, &itemCount, 0, LONG_MAX, False, event->xselection.target, &actualType, &actualFormat, &itemCount,
&bytesAfter, (unsigned char**)&data); &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