summaryrefslogtreecommitdiff
path: root/vdagent/display_setting.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17Fix cast BOOL->PVOID warningMarc-André Lureau1-1/+1
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)) {
2012-03-01mingw: remove unused variableChristophe Fergeau1-1/+0
2012-03-01mingw: fix header caseChristophe Fergeau1-1/+1
linux systems need it in lower-case, Windows systems shouldn't care.
2012-02-23mingw: fix format string warningsChristophe Fergeau1-26/+26
Most of them are caused by not using %lu to print a DWORD (which is an unsigned long).
2010-08-24Controlling Windows display settings (e.g., wallpaper, UI effects and font ↵Yonit Halperin1-0/+525
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.