]> Creatis software - clitk.git/blob - vv/vvOSXHelper.h
Allow to display in all directions for images with size 2 and 3 in 3rd direction
[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