modetest: fix build error due to page_flip_handler name change
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 4 Dec 2009 17:09:19 +0000 (09:09 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 4 Dec 2009 17:09:19 +0000 (09:09 -0800)
Forgot to update this when pushing the pageflip bits.

tests/modetest/modetest.c

index 4739a78..48178b9 100644 (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];