diff options
-rw-r--r-- | src/put.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |