From 916c3fb0040ff697e2abfe3791e89512499f8ccb Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 8 Oct 2006 23:43:13 +0000 Subject: fbcon target: let the kernel do the key mapping for us... this made it easy to fix vc switching and window resizing, so i'm fixing those in the same commit as well. --- dblbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dblbuf.h') diff --git a/dblbuf.h b/dblbuf.h index cb57696..7f1f8b7 100644 --- a/dblbuf.h +++ b/dblbuf.h @@ -13,6 +13,7 @@ struct dblbuf struct slice *slices; unsigned cs, ch; + int active, repaint; unsigned curs_x; unsigned curs_y; -- cgit v1.2.3