Bugfix: That has to be _reply
This commit is contained in:
parent
36aec13860
commit
2dcf4ad62f
|
@ -473,7 +473,7 @@ int main(int argc, char *argv[], char *env[]) {
|
|||
|
||||
/* Get pointer position to see on which screen we’re starting */
|
||||
xcb_query_pointer_reply_t *reply;
|
||||
if ((reply = xcb_query_pointer(c, xcb_query_pointer(c, root), NULL)) == NULL) {
|
||||
if ((reply = xcb_query_pointer_reply(c, xcb_query_pointer(c, root), NULL)) == NULL) {
|
||||
printf("Could not get pointer position\n");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue