summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/window.c')
-rw-r--r--src/osd/windows/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/windows/window.c b/src/osd/windows/window.c
index 60828a1cfc7..44c0ade7d95 100644
--- a/src/osd/windows/window.c
+++ b/src/osd/windows/window.c
@@ -677,6 +677,7 @@ void winwindow_video_window_create(running_machine &machine, int index, win_moni
// allocate a new window object
window = global_alloc_clear(win_window_info(machine));
+ printf("%d, %d\n", config->width, config->height);
window->maxwidth = config->width;
window->maxheight = config->height;
window->refresh = config->refresh;