Age | Commit message (Collapse) | Author | Files | Lines |
|
vdagent/display_setting.cpp:469:50: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
if (!SystemParametersInfo(action, 0, (PVOID)param, 0)) {
|
|
|
|
linux systems need it in lower-case, Windows systems shouldn't
care.
|
|
Most of them are caused by not using %lu to print a DWORD (which
is an unsigned long).
|
|
smoothing)
The configuration is received from Spice client.
The main usage of this option is for disabling display features in order to accelerate Spice performance over limited network connections.
|