]> Creatis software - clitk.git/blob - vv/vvOSXHelper.h
Changment of cursor color value to keep the same color than before VTK8
[clitk.git] / vv / vvOSXHelper.h
1 #ifndef _OSX_HELPER_
2 #define _OSX_HELPER_
3
4 // For retina displays, see
5 // http://public.kitware.com/pipermail/vtkusers/2015-February/090117.html
6 void disableGLHiDPI( long a_id );
7
8 #endif
9