From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Tiny pgtk regression Date: Wed, 12 Jan 2022 09:02:56 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="339"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 12 15:45:58 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 1n7esw-000ATv-EA for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 15:45:58 +0100 Original-Received: from localhost ([::1]:54296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7esv-0004pz-0W for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 09:45:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7eDY-0007Dh-HJ for emacs-devel@gnu.org; Wed, 12 Jan 2022 09:03:12 -0500 Original-Received: from mail-ua1-f43.google.com ([209.85.222.43]:43706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7eDW-0003kX-UT for emacs-devel@gnu.org; Wed, 12 Jan 2022 09:03:12 -0500 Original-Received: by mail-ua1-f43.google.com with SMTP id i5so4890384uaq.10 for ; Wed, 12 Jan 2022 06:03:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6UheVEkrjDPeiFjPM0mONLRCc04XgiiOVJ6yhcn3cic=; b=vW07q1RtrHZyC8Jqb2Qsm5o41pUgrT5llrInabruoPpbBaIsJJjMlFlOP5gwU9WPeY ycnKLWkDqe6ZVXqmGKWyQEavMDR2d6UcpwrR5toKYNPvRJyGaUPybe/ofE+pakrvo5iI ONmOEtBnYCh6zoAi6BRiqUbK4WQmVL5kkgErOedGu2S8TTvGm6OoB4gsiA+dWRcNAiMy +HvTPmy/I8MYI5xo730elly6BxZuFiWPF31TdN2G0YYcji73ZPYIoHhjfcq17ficN5M9 nf6sNcv8BN/+A4SFazJC4wWOKgzpA3asYnngeYTu4jH5c8NpcVZnvmV8C/cM1TLNDAxw wShA== X-Gm-Message-State: AOAM530YnAfNU3Vu5Kih3XyMlaexFHU8wge9o8Q7kFjD+5sxZBW71KGt /CzVnLOruECxlcf2XL3vnkoUd1GeQb8rnb5TUK0gXJfe28mgSA== X-Google-Smtp-Source: ABdhPJynb8PPPB8kzs66mOoACUpR8MvM+2MZu8q+014b+hawiImj/oNkAZiUYmeIpj/CilSHTnoKjhNgcLaBxgIJvGE= X-Received: by 2002:a67:2602:: with SMTP id m2mr3118987vsm.65.1641996187740; Wed, 12 Jan 2022 06:03:07 -0800 (PST) Received-SPF: pass client-ip=209.85.222.43; envelope-from=john.yates.sheets@gmail.com; helo=mail-ua1-f43.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.248, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:284654 Archived-At: My current OS is Ubuntu 21.10. I build emacs from master and run with a black background via Prot's modus-vivendi. Historically I specify --with-x-toolkit=athena. Recently I have been experimenting with --with-x-toolkit=pgtk. Previously, at start the initial frame appeared already filled with the black background. Now, after changing only the toolkit, the initial frame flashes white and then changes to black.