From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 242a4b49cb: Minor cleanups to X drag-and-drop code Date: Fri, 20 May 2022 14:41:58 +0300 Message-ID: <838rqwbfcp.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36715"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 20 13:44:39 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ns13f-0009PZ-BN for ged-emacs-devel@m.gmane-mx.org; Fri, 20 May 2022 13:44:39 +0200 Original-Received: from localhost ([::1]:55878 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ns13d-00047A-SS for ged-emacs-devel@m.gmane-mx.org; Fri, 20 May 2022 07:44:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns11E-0002nQ-8z for emacs-devel@gnu.org; Fri, 20 May 2022 07:42:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns11D-0002ti-VM; Fri, 20 May 2022 07:42:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=uLfbBX7U8OMGPm0t+AIQFU1BB8RDVipBjlz3upzd6D4=; b=Fo75Cw94VCxtpb nFUvVApr5oCmqiJ3fqvk9oZhW6nhRU/tlYYCIDU5mCOEnMqO+31yGT41IOh+AmELdbYwU9FrAdK9G bsrRSA7R8spInxC90EfGUIrXIW9OhCK30WMlm9+aP23xlVxH3slXher2nD1tAGRsNVVXBnGeKpt3P WmXt/X1HxDL3dNKthARTb/azFYweoBHL+//9axFfzimQPxg0+MDn78FMS76irc9k8GeVtoZXmx5Y0 hNcLnTFUqMv5fdo37lTX7chxfdfYe+3VVaGsBoexDE/KrFzI0fPVwnKzIbZSGaB47ZoO1oPsuH7MF w9gC8QS8qijiLyVUJcKw==; Original-Received: from [87.69.77.57] (port=1634 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns115-0003Py-JA; Fri, 20 May 2022 07:42:07 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289998 Archived-At: > branch: master > commit 242a4b49cb8397ae4eae0a3d7941e9d5afa16cd7 > Author: Po Lu > Commit: Po Lu > > Minor cleanups to X drag-and-drop code > > * src/xterm.c (struct x_client_list_window): Write comments > describing the meaning of each field. Thanks for improving the comments to the code. > + /* The event mask for the window before Emacs selected for events on > + it. */ > long previous_event_mask; There's something wrong with this comment: I cannot parse that sentence.