gdk_x11_display_get_monitor: fix monitor number test logic
When asked for a nonexistent (positive) monitor number, gdk_x11_display_get_monitor would (at best) return an uninitialized pointer, instead of returning NULL.
This patch should also be applied on the gtk-3-22 branch.
Edited by Sébastien Villemot