From c3e0eaf45432f62b423cee2170a09b5d1aac135b Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 21:33:00 +0100 Subject: allow to pass the resolution as arguments example (for my netbook): $ ./a.out 1024 600 Signed-off-by: Olivier Gayot --- constantes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'constantes.h') diff --git a/constantes.h b/constantes.h index dc647ba..eb530f9 100644 --- a/constantes.h +++ b/constantes.h @@ -5,9 +5,6 @@ #define OPTIONS 1 #define QUITTER 2 -#define XWIN 1024 -#define YWIN 768 - enum character_class_t { CLASS_INVAL = -1, -- cgit v1.2.3