summaryrefslogtreecommitdiff
path: root/vdagent
diff options
context:
space:
mode:
author谢 昆明 <kunming.xie@hotmail.com>2018-11-17 04:28:08 +0000
committerFrediano Ziglio <fziglio@redhat.com>2018-11-17 12:06:26 +0000
commitf264f5dec87ec76a6fb1128354228e7e911d1184 (patch)
tree51e89474703e5b2c80b7b476f9e06c33cf29447b /vdagent
parent348f7ed0cd355451408b5206f8fa423d406bc440 (diff)
Fix typo, change DeviceName to device_name
Signed-off-by: kunming.xie <kunming.xie@hotmail.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'vdagent')
-rw-r--r--vdagent/display_configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdagent/display_configuration.h b/vdagent/display_configuration.h
index ef4f989..7b5578e 100644
--- a/vdagent/display_configuration.h
+++ b/vdagent/display_configuration.h
@@ -56,7 +56,7 @@ public:
bool query_display_config();
bool set_display_config(LONG & error);
bool update_mode_position(LPCTSTR device_name, DEVMODE* dev_mode);
- bool update_mode_size(LPCTSTR DeviceNmae, DEVMODE* dev_mode);
+ bool update_mode_size(LPCTSTR device_name, DEVMODE* dev_mode);
void update_detached_primary_state(LPCTSTR device_name, DISPLAYCONFIG_PATH_INFO * path_info);
bool set_path_state(LPCTSTR device_name, MONITOR_STATE state);
bool is_attached(LPCTSTR device_name);