[Spice-commits] src/channel-display.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 3 08:19:48 UTC 2019


 src/channel-display.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 544288c88ac2cfc32f5549a13ba32aeb4f544feb
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Thu Jan 3 11:12:10 2019 +0400

    display: mark get_window_handle as internal
    
    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>

diff --git a/src/channel-display.c b/src/channel-display.c
index 7c663cb..386c91c 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-commits mailing list