-- 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: 8115820489cb7f2d4952f94eb755d89b584fb242:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 8115820489cb7f2d4952f94eb755d89b584fb242
Author: epoch <epoch@thebackupbox.net>
Date:   Tue Apr 14 06:20:30 2020 -0500

    removed a comment, added a comment.

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

index d6e8d7ccd09b112a7b9ea492403ad3c6786c434e..

index ..0c3a7537f123f526d1a627b1a4031a466e60e552 100644

--- a/src/graphics_fb.h
+++ b/src/graphics_fb.h
@@ -1,9 +1,6 @@
 #ifndef _HACKVR_GRAPHICS_FB_H_
 #define _HACKVR_GRAPHICS_FB_H_

-//find this with trial and error or X11 log or... I don't care.
-#define FB_KEYB "/dev/input/event0"
-
 #include <linux/input.h>

 #define DRAW_MODE_CLEAR	0x0
@@ -16,7 +13,7 @@ struct fb_global {
   int kb;
   int draw_mode;
   unsigned int current_color;
-  unsigned int *backbuf;
+  unsigned int *backbuf;//this is assuming unsigned int is 4 bytes and color depth is 32.
   struct fb_var_screeninfo info;
   unsigned int *buf;
   unsigned int fblen;

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

-- Response ended

-- Page fetched on Sun Jun 2 18:43:42 2024