summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index c90790ebc..9f6d1c743 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -536,10 +536,10 @@ public:
return _gdc_password;
}
- enum PlayerMode {
- 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
+ enum class PlayerMode {
+ WINDOW, ///< one window containing image and controls
+ FULL, ///< just the image filling the screen
+ DUAL ///< image on one monitor and extended controls on the other
};
PlayerMode player_mode() const {