< prev index next >

src/java.desktop/unix/native/common/awt/systemscale/systemScale.h

Print this page
rev 15262 : 8163408: Fix wrong prototype of getNativeScaleFactor() in systemScale.h

*** 24,32 **** #define _AWT_SYSTEMSCALE_H #include <signal.h> #include <stdlib.h> ! double getNativeScaleFactor(); #endif --- 24,32 ---- #define _AWT_SYSTEMSCALE_H #include <signal.h> #include <stdlib.h> ! double getNativeScaleFactor(char *output_name); #endif
< prev index next >