equal
deleted
inserted
replaced
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 */ |