aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.c
diff options
context:
space:
mode:
authorFlavio Poletti <flavio@polettix.it>2019-06-16 14:24:26 +0000
committerFlavio Poletti <flavio@polettix.it>2019-06-16 14:24:26 +0000
commit630e697bbda7c2849f4af6d4f2876dd41f1f3bc1 (patch)
tree53c59affcef4d4bf6dc9ce0aee2e01c9867cf0e8 /gfx.c
parent8bb002ba7bb2f68f7d5b3ea8cf4f667724a1cd6e (diff)
downloadoldrunner-630e697bbda7c2849f4af6d4f2876dd41f1f3bc1.tar.gz
Add vim modeline, remove trailing spaces
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index 45c9522..79821d7 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1,4 +1,6 @@
/* $Id: gfx.c,v 1.2 2012/01/31 14:53:07 culot Exp $ */
+/* vim: et ai sts=2 ts=2 sw=2:
+ * */
/*
* Copyright (c) 2010 Frederic Culot <frederic@culot.org>
@@ -125,7 +127,7 @@ static void
newpopup (struct window *pop)
{
const int BORDERWIDTH = 2;
-
+
pop->siz.w = scr.view.siz.w - 2 * BORDERWIDTH;
pop->siz.h = scr.view.siz.h - 2 * BORDERWIDTH;
pop->pos.y = scr.view.pos.y + BORDERWIDTH;
@@ -298,7 +300,7 @@ void
gfx_game_over (void)
{
const char *rip =
- " +-+ \n"
+ " +-+ \n"
" +-+-+-+ \n"
" +-+-+-+ \n"
" | | \n"
Un proyecto texto-plano.xyz