From 7a1d105a777201162e7cb923e2b13aa3e8afdf1f Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 3 Aug 2019 07:43:51 -0500 Subject: added a flag and old_r and old_p for future use --- src/common.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index fb8ceca..b5054a7 100644 --- a/src/common.h +++ b/src/common.h @@ -93,9 +93,11 @@ typedef struct c3_shape {//use array or linked list? struct attrib attrib; } c3_s_t; -struct hvr_global {//namespace conflict with libidc +struct hvr_global { int x; int y; + c3_rot_t old_r; + c3_t old_p; char beep;//1 or 0 int math_error; char *user; @@ -112,6 +114,7 @@ struct hvr_global {//namespace conflict with libidc real zoom; int derp; real split; + char localecho; int selfpipe[2]; }; -- cgit v1.2.3