diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:44:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:44:48 +0100 |
| commit | 084eff7331b1a7c9923282c5860f490648ad633a (patch) | |
| tree | 70386b3508e47654aa4aeea1f3a9bcb2fcb6921f /src/vertical_reference.h | |
| parent | d3cbf2fcc8762f8b3442f478db1a988544ab4ea1 (diff) | |
CENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
Diffstat (limited to 'src/vertical_reference.h')
| -rw-r--r-- | src/vertical_reference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vertical_reference.h b/src/vertical_reference.h index 9156550..ca079cb 100644 --- a/src/vertical_reference.h +++ b/src/vertical_reference.h @@ -29,7 +29,7 @@ enum VerticalReference /** distance is from the top of the screen, positive moves down */ TOP_OF_SCREEN, /** distance is from the centre of the screen, positive moves down */ - CENTRE_OF_SCREEN, + VERTICAL_CENTRE_OF_SCREEN, /** distance is from the bottom of the screen, positive moves up */ BOTTOM_OF_SCREEN, /** position on screen is not known, so we are referring |
