[Spice-devel] [PATCH] Fix typo, change DeviceName to device_name
Frediano Ziglio
fziglio at redhat.com
Sat Nov 17 12:09:29 UTC 2018
>
> Signed-off-by: kunming.xie <kunming.xie at hotmail.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> vdagent/display_configuration.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/vdagent/display_configuration.h
> b/vdagent/display_configuration.h
> index ef4f989..7e2f8ac 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);
> @@ -172,4 +172,4 @@ private:
> CCD _ccd;
> };
>
> -#endif
> \ No newline at end of file
> +#endif
Frediano
More information about the Spice-devel
mailing list