Re: [PATCH xf86-video-savage] Changing result parameter type for ScreenWakeupHandlerProcPtr

2019-01-31 Thread Matt Turner
On Thu, Jan 31, 2019 at 3:32 PM Kevin Brace wrote: > > For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned > long. > > Signed-off-by: Kevin Brace > --- > src/compat-api.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/compat-api.h b/src/compat-api.h

[PATCH xf86-video-savage] Changing result parameter type for ScreenWakeupHandlerProcPtr

2019-01-31 Thread Kevin Brace
For ABI_VIDEODRV_VERSION >= 23, it was changed to int from unsigned long. Signed-off-by: Kevin Brace --- src/compat-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat-api.h b/src/compat-api.h index 44daea4..7cf29d0 100644 --- a/src/compat-api.h +++