win32-vd_agent/vdagent
Frediano Ziglio c8fd498b7f display_setting: Remove a warning
Avoids:

warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data

Value won't never be that huge to cause overflow (we are reading a string
in a static buffer, we don't expect an encyclopedia).

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2020-03-23 12:36:59 +00:00
..
as_user.cpp Fix indentation 2019-02-27 17:06:53 +00:00
as_user.h vdagent: add as_user to run tasks with user privileges 2013-11-13 10:24:59 +02:00
desktop_layout.cpp fix format string for Visual Studio 2017-07-24 17:18:23 +01:00
desktop_layout.h Use simpler classes for mutex handling 2016-09-01 15:50:14 +01:00
display_configuration.cpp display_configuration: Define WINVER to avoid some declaration 2019-11-06 09:24:30 +00:00
display_configuration.h display_configuration: Define WINVER to avoid some declaration 2019-11-06 09:24:30 +00:00
display_setting.cpp display_setting: Remove a warning 2020-03-23 12:36:59 +00:00
display_setting.h vdagent: remove whitespaces 2016-08-12 09:41:41 +01:00
file_xfer.cpp file_xfer: Remove a warning 2020-03-23 12:36:55 +00:00
file_xfer.h file_xfer: Use shared_ptr to simplify memory management 2018-05-28 16:27:12 +01:00
image.cpp Fix minor compiler compatibility 2018-05-28 14:45:03 +01:00
image.h imagetest: Save BMP file using BitmapCoder 2017-08-22 17:41:45 +01:00
imagepng.cpp Support encoding PNG images 2017-07-26 10:51:15 +01:00
imagepng.h Write code to decode PNG format 2017-07-26 10:51:06 +01:00
imagetest.cpp imagetest: Save BMP file using BitmapCoder 2017-08-22 17:41:45 +01:00
resource.h fresh start 2009-11-05 13:02:54 +02:00
shell.cpp file_xfer: Open Download directory after a file transfer is finished 2019-11-18 10:30:14 +00:00
shell.h file_xfer: Open Download directory after a file transfer is finished 2019-11-18 10:30:14 +00:00
test-shell.cpp Add a test for filter_url function 2019-11-18 10:30:14 +00:00
vdagent.cpp Constification, does not make sense to change the messages processing them 2020-01-10 12:56:25 +00:00
vdagent.rc Move common resource code to a common file 2016-11-17 13:17:18 +00:00