From f8c4369b3467401ea259889db2badc3d72a44dec Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Thu, 29 Apr 2010 09:59:14 +0800 Subject: Use C++ bool --- src/put.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/put.h b/src/put.h index 7379a3a..6be6b6d 100644 --- a/src/put.h +++ b/src/put.h @@ -184,7 +184,7 @@ class PutWindow : int lastX, lastY; /* starting position */ int targetX, targetY; /* target of the animation */ - Bool adjust; /* animation flag */ + bool adjust; /* animation flag */ friend class PutScreen; }; -- cgit v1.1