ui/gtk: move struct GtkDisplayState to ui/gtk.h
commit5f692f57843d33aa32dc58de76286a7a86ada4c1
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 19 May 2021 05:39:39 +0000 (19 07:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 21 May 2021 07:42:44 +0000 (21 09:42 +0200)
tree4758d7ed72183d7b34c0ab2b8edad7b60557ece2
parent0bf41cab93e5c72dcda717abd625698b59d9ba3e
ui/gtk: move struct GtkDisplayState to ui/gtk.h

Want place gtk clipboard code in a separate C file, which in turn
requires GtkDisplayState being in a header file.  So move it.  No
functional change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20210519053940.1888907-1-kraxel@redhat.com
Message-Id: <20210519053940.1888907-9-kraxel@redhat.com>
include/ui/gtk.h
ui/gtk.c