ScreenTest: style fixes.
This commit is contained in:
@@ -20,9 +20,9 @@ int main()
|
|||||||
printf("%s\n", strerror(status));
|
printf("%s\n", strerror(status));
|
||||||
else
|
else
|
||||||
printf("width: %d, height: %d, space: %lu\n",
|
printf("width: %d, height: %d, space: %lu\n",
|
||||||
oldMode.virtual_width,
|
oldMode.virtual_width,
|
||||||
oldMode.virtual_height,
|
oldMode.virtual_height,
|
||||||
oldMode.space);
|
oldMode.space);
|
||||||
|
|
||||||
printf("Screen frame: ");
|
printf("Screen frame: ");
|
||||||
screen.Frame().PrintToStream();
|
screen.Frame().PrintToStream();
|
||||||
@@ -42,9 +42,9 @@ int main()
|
|||||||
printf("%s\n", strerror(status));
|
printf("%s\n", strerror(status));
|
||||||
else {
|
else {
|
||||||
printf("width: %d, height: %d, space: %lu\n",
|
printf("width: %d, height: %d, space: %lu\n",
|
||||||
newMode.virtual_width,
|
newMode.virtual_width,
|
||||||
newMode.virtual_height,
|
newMode.virtual_height,
|
||||||
newMode.space);
|
newMode.space);
|
||||||
printf("Screen frame: ");
|
printf("Screen frame: ");
|
||||||
screen.Frame().PrintToStream();
|
screen.Frame().PrintToStream();
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user