mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 17:08:03 +02:00
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:
parent
3bd834a217
commit
6f1eba0548
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue