modetest: fix build error due to page_flip_handler name change

Forgot to update this when pushing the pageflip bits.
This commit is contained in:
Jesse Barnes 2009-12-04 09:09:19 -08:00
parent 3bd834a217
commit 6f1eba0548

View file

@ -618,7 +618,7 @@ set_mode(struct connector *c, int count, int page_flip)
memset(&evctx, 0, sizeof evctx);
evctx.version = DRM_EVENT_CONTEXT_VERSION;
evctx.vblank_handler = NULL;
evctx.pageflip_handler = page_flip_handler;
evctx.page_flip_handler = page_flip_handler;
while (1) {
struct pollfd pfd[2];