src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    91     if (xCompositeHandle && !checkXCompositeFunctions()) {
    91     if (xCompositeHandle && !checkXCompositeFunctions()) {
    92         dlclose(xCompositeHandle);
    92         dlclose(xCompositeHandle);
    93     }
    93     }
    94 }
    94 }
    95 
    95 
    96 static int32_t isXTestAvailable() {
    96 static int32_t isXTestAvailable(void) {
    97     int32_t major_opcode, first_event, first_error;
    97     int32_t major_opcode, first_event, first_error;
    98     int32_t  event_basep, error_basep, majorp, minorp;
    98     int32_t  event_basep, error_basep, majorp, minorp;
    99     int32_t isXTestAvailable;
    99     int32_t isXTestAvailable;
   100 
   100 
   101     /* check if XTest is available */
   101     /* check if XTest is available */