Skip to content

Commit ba22606

Browse files
author
Falk Rehwagen
committed
More logging for video res. #13
1 parent b201cb9 commit ba22606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/geos/geoshost.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,11 @@ static void write_baseboxcmd(io_port_t, io_val_t command, io_width_t)
13591359
G_responseBuffer[3] = 0; /* horizontal dpi */
13601360
G_responseBuffer[4] = 0; /* vertical dpi */
13611361
}
1362+
LOG_MSG("GEOSHOST: Current host window resolution (x,y,dpi_x,dpi_y): %d, %d, %d, %d",
1363+
width,
1364+
height,
1365+
G_responseBuffer[3],
1366+
G_responseBuffer[4]);
13621367
G_responseBuffer[5] = 0; /* unused */
13631368
G_responseOffset = 6;
13641369

0 commit comments

Comments
 (0)