From 620c38f6f45a8708d9dd82f638beb06789b6c7d1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 31 Jan 2019 10:49:31 +0100 Subject: drop -vt option --- fbtools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbtools.h') diff --git a/fbtools.h b/fbtools.h index 4adb452..edd5048 100644 --- a/fbtools.h +++ b/fbtools.h @@ -1,3 +1,3 @@ #include "gfx.h" -gfxstate *fb_init(const char *device, char *mode, int vt); +gfxstate *fb_init(const char *device, char *mode); -- cgit