From nobody Tue Nov 18 04:25:30 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1607878730; cv=none; d=zohomail.com; s=zohoarc; b=lBdzmWk9zpT+ink3lEFramNnBQt2wxEBMBHM/qIrLobRRYGITx/teGOFgzOZg/T10oBsS1YulI/84GwQQsty84LEeLFc13MAwY+Rq6DsOTyNE6LpaYWFN9oaxVdC0CzeTcSP5K97dRw4I9hCZj26oEkpw+FzU7IRokp/th4fla4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1607878730; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=Gnl0z3NtPa2wqF14TEGqaFqzJXDqkMN4S+EUX54xbOY=; b=kg7DKnh3eWXfhZpqCb639rpEuU7oZYbwvzD4NRhU114L2C+nF/BG2jWmIZD+6TLTWQiWd6qTtfZ0aApdZPJCAue13XskLuuujewhXUvuh7Bom/C1DqYdzwWpPjrGfodZ04gO5f80jhpLdn6FKkUbyoNcKlJvB1chjy3gaTXphfU= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 16078787308471018.4191916647147; Sun, 13 Dec 2020 08:58:50 -0800 (PST) Received: from localhost ([::1]:53570 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koUht-0007K8-OT for importer@patchew.org; Sun, 13 Dec 2020 11:58:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koUge-0005dH-3g for qemu-devel@nongnu.org; Sun, 13 Dec 2020 11:57:32 -0500 Received: from mailout08.t-online.de ([194.25.134.20]:35058) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koUgc-0003SF-C2 for qemu-devel@nongnu.org; Sun, 13 Dec 2020 11:57:31 -0500 Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de [172.20.26.148]) by mailout08.t-online.de (Postfix) with SMTP id AE81E417B4C9; Sun, 13 Dec 2020 17:57:27 +0100 (CET) Received: from linpower.localnet (VTwmWaZQwhPd+OXvpwybyOOuGlUOJ6YlQESurqbHJEpgW47dywQcazuuyNZla2pZAF@[79.208.17.59]) by fwd02.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1koUgZ-0PNitc0; Sun, 13 Dec 2020 17:57:27 +0100 Received: by linpower.localnet (Postfix, from userid 1000) id 10D49200615; Sun, 13 Dec 2020 17:57:24 +0100 (CET) From: =?UTF-8?q?Volker=20R=C3=BCmelin?= To: Gerd Hoffmann Subject: [PATCH 2/3] ui/gtk: rename variable window to widget Date: Sun, 13 Dec 2020 17:57:23 +0100 Message-Id: <20201213165724.13418-2-vr_qemu@t-online.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-ID: VTwmWaZQwhPd+OXvpwybyOOuGlUOJ6YlQESurqbHJEpgW47dywQcazuuyNZla2pZAF X-TOI-EXPURGATEID: 150726::1607878647-0000F958-07F82434/0/0 CLEAN NORMAL X-TOI-MSGID: a29b28fa-90da-4d94-a3ca-83e5eabaec0f Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=194.25.134.20; envelope-from=volker.ruemelin@t-online.de; helo=mailout08.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , QEMU , Nikola Pavlica Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" 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=C3=BCmelin --- ui/gtk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index 86b386a20d..7ff9327b9d 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -752,13 +752,13 @@ static void gd_resize_event(GtkGLArea *area, * If available, return the refresh rate of the display in milli-Hertz, * else return 0. */ -static int gd_refresh_rate_millihz(GtkWidget *window) +static int gd_refresh_rate_millihz(GtkWidget *widget) { #ifdef GDK_VERSION_3_22 - GdkWindow *win =3D gtk_widget_get_window(window); + GdkWindow *win =3D gtk_widget_get_window(widget); =20 if (win) { - GdkDisplay *dpy =3D gtk_widget_get_display(window); + GdkDisplay *dpy =3D gtk_widget_get_display(widget); GdkMonitor *monitor =3D gdk_display_get_monitor_at_window(dpy, win= ); =20 return gdk_monitor_get_refresh_rate(monitor); --=20 2.26.2