From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 32728 invoked from network); 1 Jan 2021 18:09:46 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 1 Jan 2021 18:09:46 -0000 Received: from mail-wr1-f48.google.com ([209.85.221.48]) by ewsd; Fri Jan 1 13:07:42 -0500 2021 Received: by mail-wr1-f48.google.com with SMTP id r3so22461158wrt.2 for <9front@9front.org>; Fri, 01 Jan 2021 10:07:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:to:subject:date:mime-version :content-transfer-encoding; bh=jU6xxWSJUXgIDuaYw048+4V3d+7Db7DpXfDtUWCzoOA=; b=oP++VuVBfjVBqpgV+2XvTfcNm4MhrF9Q9jkS91mLDhLGwYV0sjFoGNTp1CJ5C+pCAD om1aRQxzefj3JbHbFh6U8Myg9EaxZu9nhR/aiMpNhFD6sk1Qlr30RSZGlYcDX7FHBGSf HFi3OF+Fm4eAS8f5P9+zj6WSFJTgd2p7ScjmiIoqpb52ysPVZyr8sy8dpD8mfC37tmpP 61BeD0guTkWabUkkstFqhQEsZRt6NKuBG9PhyDwqcWYIsX8QyppT30DwYsrn+2820xk0 03lkDNToZGvlMyBEV22ST3P0XGENY93vdV9LPp1WZfYziN8qXZK5RN8JqbNm01KzAuen 0+jQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:to:subject:date:mime-version :content-transfer-encoding; bh=jU6xxWSJUXgIDuaYw048+4V3d+7Db7DpXfDtUWCzoOA=; b=pmeZ627Eh5GYiJJV0cVbFOqg0p8WoM2EzE9QRbBNb7S9042/AjI/jKk+mUU/orWASy ME5u29YLYU6gJ+ubRb54MoIJJKXIfIDp9LrdBGvyVq2hyd3VnB+oW+aghI23JDNHsH8n 7+0MsUNnKQvFALpc1uajLl53kzQ4fLSkbKiTHUBpzGxYh4UfoF9UZhcUhe3POl0txrXu SoBJOy61ASwPardvusftjuTcAxXgIIg2EBsqNZcBSYIsnYUn0UKwaY5v+kZhiLlZiq41 /hfUNRhzeGIuDJSbcmXCevGa71FYpbcSVT18ZDBKSIe/7+jW2LBchXGQbd5QRS9NLp8T FcyA== X-Gm-Message-State: AOAM532+gl0FC/7QtutnFbIikJgylkXRGzFfx4cmJO1UDqeY2TT6QGRf WqWRyFX/6XcUZ734ejYvqL4= X-Google-Smtp-Source: ABdhPJxcKHXOY1CWVBFyVyW8wKfjT9PmEEvFWjlxihnwpqIAr7TPMs6Q1uImHySpgMlGVgfQCoGcHw== X-Received: by 2002:adf:82c5:: with SMTP id 63mr70042064wrc.38.1609524453444; Fri, 01 Jan 2021 10:07:33 -0800 (PST) Return-Path: Received: from hades (lfbn-idf1-1-101-190.w82-124.abo.wanadoo.fr. [82.124.189.190]) by smtp.gmail.com with ESMTPSA id r20sm82634673wrg.66.2021.01.01.10.07.32 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Jan 2021 10:07:32 -0800 (PST) From: telephil9@gmail.com X-Google-Original-From: pme@gmail.com Message-ID: To: 9front@9front.org Date: Fri, 01 Jan 2021 19:07:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive distributed markup YAML pipelining-aware DOM-aware solution Subject: [9front] libdraw: remove drawsetdebug() ? Reply-To: 9front@9front.org Precedence: bulk Hi, drawsetdebug() is now a no-op on devdraw side. It seems (I let hiro confirm) that it still works with vncs though. Two options: 1) It is a no-op everywhere and we should remove it from libdraw 2) It is still of use somewhere but then draw(2) should reflect the fact that it does nothing I can provide a patch for either scenario. --phil