[Spice-devel] [PATCH spice-gtk] display: mark get_window_handle as internal

Frediano Ziglio fziglio at redhat.com
Thu Jan 3 08:01:02 UTC 2019


> 
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
> 
> Not strictly required, but slightly more clear and consistent with the
> rest of the code.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>

Acked-by: Frediano Ziglio <fziglio at redhat.com>

> ---
>  src/channel-display.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/channel-display.c b/src/channel-display.c
> index 14296d3..e5e5f56 100644
> --- a/src/channel-display.c
> +++ b/src/channel-display.c
> @@ -1391,6 +1391,7 @@ void stream_display_frame(display_stream *st,
> SpiceFrame *frame,
>      }
>  }
>  
> +G_GNUC_INTERNAL
>  guintptr get_window_handle(display_stream *st)
>  {
>     void* handle = 0;


More information about the Spice-devel mailing list