OSDN Git Service

ui/gtk: rename variable window to widget
authorVolker Rümelin <vr_qemu@t-online.de>
Sun, 13 Dec 2020 16:57:23 +0000 (17:57 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Jan 2021 10:22:42 +0000 (11:22 +0100)
commit0431e369b0bafb17085c8635d8f719f4e01cc4b7
tree5245cb45c7d8c6e471736a1da8eb371bed559741
parente80be993b53f27000bb2f224e9540a7c7cf04fae
ui/gtk: rename variable window to widget

The type of the variable window is GtkWidget. Rename the variable
from window to widget, because windows and widgets are different
things.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20201213165724.13418-2-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c