-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 7bb1723876d365b8574f1c281134f0f46aea83fe:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 7bb1723876d365b8574f1c281134f0f46aea83fe
Author: epoch <epoch@hacking.allowed.org>
Date:   Fri Jul 17 04:01:24 2020 -0500

    this header got 4 constants moved into it that it should have gotten a long time ago. TOP, BOTTOM, RIGHT, LEFT

diff --git a/src/graphics_c2.h b/src/graphics_c2.h

index 35920fd33d6665470aa74f50a33e6bad2a7df8ba..

index ..8a481d93fba9680af01b6c6ee4f78fa2155f7882 100644

--- a/src/graphics_c2.h
+++ b/src/graphics_c2.h
@@ -3,6 +3,11 @@

 #include "math.h"

+#define TOP     240.0
+#define BOTTOM  -240.0
+#define RIGHT   320.0
+#define LEFT    -320.0
+
 int c2sX(real x);
 int s2cX(real x);
 int c2sY(real y);

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:13:51 2024