RFR(XS): 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it (original) (raw)
Aleksey Shipilev shade at redhat.com
Thu Nov 15 16:31:21 UTC 2018
- Previous message (by thread): RFR(XS): 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
- Next message (by thread): RFR(XS): 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/15/2018 05:06 PM, Volker Simonis wrote:
can I please have a review for the following small change:
*) I tested it on platform without libxrandr-dev installed, and configure reported the failure appopriately.
*) Indent looks off at L2207 here:
2205 static char *get_output_screen_name(JNIEnv *env, int screen) { 2206 #ifdef _AIX 2207 return NULL; 2208 #else 2209 if (!awt_XRRGetScreenResources || !awt_XRRGetOutputInfo) {
Thanks, -Aleksey
- Previous message (by thread): RFR(XS): 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
- Next message (by thread): RFR(XS): 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]