From dbf57689c45611b8da9e269c24e409ee33a877d5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 11 Jan 2020 05:52:59 -0500 Subject: libdraw: connect to devdraw via $wsysid when set --- include/drawfcall.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/drawfcall.h b/include/drawfcall.h index acab98c5..8b9656d5 100644 --- a/include/drawfcall.h +++ b/include/drawfcall.h @@ -25,6 +25,9 @@ tag[1] Rrdkbd rune[2] tag[1] Tlabel label[s] tag[1] Rlabel +tag[1] Tctxt wsysid[s] +tag[1] Rctxt + tag[1] Tinit winsize[s] label[s] font[s] tag[1] Rinit @@ -94,6 +97,8 @@ enum { Rresize, Tcursor2 = 28, Rcursor2, + Tctxt = 30, + Rctxt, Tmax, }; @@ -116,6 +121,7 @@ struct Wsysmsg char *label; char *snarf; char *error; + char *id; uchar *data; uint count; Rectangle rect; -- cgit v1.2.3