From 4361a0b95f27ac36a00bdb0b28eca4e8a8c1763c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Feb 2020 22:19:52 +0100 Subject: Clarify meaning of horizontal and vertical references. --- src/horizontal_reference.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/horizontal_reference.h') diff --git a/src/horizontal_reference.h b/src/horizontal_reference.h index ffe97fe..d32ff60 100644 --- a/src/horizontal_reference.h +++ b/src/horizontal_reference.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2017 Carl Hetherington + Copyright (C) 2017-2020 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,11 +26,11 @@ namespace sub { enum HorizontalReference { - /** distance is from the left of the screen, positive moves right */ + /** distance is from the left of the screen to the left of the subtitle, positive moves right */ LEFT_OF_SCREEN, - /** distance is from the centre of the screen, positive moves right */ + /** distance is from the centre of the screen to the centre of the subtitle, positive moves right */ HORIZONTAL_CENTRE_OF_SCREEN, - /** distance is from the right of the screen, positive moves left */ + /** distance is from the right of the screen to the right of the subtitle, positive moves left */ RIGHT_OF_SCREEN }; -- cgit v1.2.3