legacy/i810: Fix declaration to match definition
Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5fea2478cd
commit
70cf637ca4
|
|
@ -78,7 +78,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "../legacy.h"
|
||||
|
||||
static Bool I810PreInit(ScrnInfoPtr pScrn, int flags);
|
||||
static Bool I810ScreenInit(SCREEN_INIT_ARGS);
|
||||
static Bool I810ScreenInit(SCREEN_INIT_ARGS_DECL);
|
||||
static Bool I810EnterVT(VT_FUNC_ARGS_DECL);
|
||||
static void I810LeaveVT(VT_FUNC_ARGS_DECL);
|
||||
static Bool I810CloseScreen(CLOSE_SCREEN_ARGS_DECL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue