From: Carl Hetherington Date: Sat, 29 Feb 2020 23:14:17 +0000 (+0100) Subject: Add some comments. X-Git-Tag: v2.15.45~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=950ca13738e95f27ce67dbc087db15c68e0c6032 Add some comments. --- 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 + Copyright (C) 2012-2020 Carl Hetherington 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 {