[Spice-commits] vdagent/display_configuration.h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Nov 17 12:07:40 UTC 2018
vdagent/display_configuration.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f264f5dec87ec76a6fb1128354228e7e911d1184
Author: 谢 昆明 <kunming.xie at hotmail.com>
Date: Sat Nov 17 04:28:08 2018 +0000
Fix typo, change DeviceName to device_name
Signed-off-by: kunming.xie <kunming.xie at hotmail.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
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);
More information about the Spice-commits
mailing list