Bump event context structure version for page flipping
diff --git a/xf86drmMode.c b/xf86drmMode.c
index e951685..317aa47 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -701,7 +701,7 @@
 					      U642VOID (vblank->user_data));
 			break;
 		case DRM_EVENT_FLIP_COMPLETE:
-			if (evctx->version < 1 ||
+			if (evctx->version < 2 ||
 			    evctx->page_flip_handler == NULL)
 				break;
 			vblank = (struct drm_event_vblank *) e;