JeffyCN / xorg-xserver

X server with glamor hacks for gles2 and rga based exa
Other
15 stars 23 forks source link

xserver will not compile. #7

Closed shawn-pfister closed 2 years ago

shawn-pfister commented 2 years ago

There is an isssue in the repository for tag 1.20,14_2022_01_17

Line 729 in /hw/xfree86/drivers/modesetting/driver.c

        drmmode_set_desired_modes(pScrn, &ms->drmmode, TRUE);

Line 1432 & 1411 in /hw/xfree86/drivers/modesetting/drmmode_display.c

       drmmode_set_desired_modes(scrn, &ms->drmmode, TRUE)

These function calls don't match the prototype in drmmode_display.h

JeffyCN commented 2 years ago

thanks for reporting, patch uploaded.