trunk/src/osd/windows/window.cpp
| r250177 | r250178 | |
| 967 | 967 | } |
| 968 | 968 | |
| 969 | 969 | if (LOG_TEMP_PAUSE) |
| 970 | | machine.logerror("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause); |
| 970 | osd_printf_verbose("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause); |
| 971 | 971 | } |
| 972 | 972 | |
| 973 | 973 | |
| r250177 | r250178 | |
| 1858 | 1858 | { |
| 1859 | 1859 | win_physical_width = newrect.width(); |
| 1860 | 1860 | win_physical_height = newrect.height(); |
| 1861 | | machine().logerror("Physical width %d, height %d\n",win_physical_width,win_physical_height); |
| 1861 | osd_printf_verbose("Physical width %d, height %d\n",win_physical_width,win_physical_height); |
| 1862 | 1862 | } |
| 1863 | 1863 | } |
| 1864 | 1864 | |