diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-01 00:14:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-01 00:14:17 +0100 |
| commit | 950ca13738e95f27ce67dbc087db15c68e0c6032 (patch) | |
| tree | d954327adafbee37b3d6c646a05c4e97d81fa00c /src | |
| parent | 7577b2ce33f8f8b8f411359afac38e270954e110 (diff) | |
Add some comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 061d6ee7c..749407403 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -478,9 +478,9 @@ public: } enum PlayerMode { - PLAYER_MODE_WINDOW, - PLAYER_MODE_FULL, - PLAYER_MODE_DUAL + PLAYER_MODE_WINDOW, ///< one window containing image and controls + PLAYER_MODE_FULL, ///< just the image filling the screen + PLAYER_MODE_DUAL ///< image on one monitor and extended controls on the other }; PlayerMode player_mode () const { |
