Skip to content

List argument types in dummyRec->CreateWindow() function declaration

Alan Coopersmith requested to merge alanc/xf86-video-dummy:C23 into master

Will be needed for C23 builds, since C23 treats () as (void), not as an unspecified argument list.

Fixes warning from Solaris Studio C compiler with -fd flag:

"dummy.h", line 55: warning: old style function declaration

Merge request reports