- if we're going to print "dimension update", might as well say what the
new values are
This commit is contained in:
parent
f5e351f12d
commit
78b179d97c
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// $Id: wx.cc,v 1.40 2002-10-05 18:15:00 bdenney Exp $
|
||||
// $Id: wx.cc,v 1.41 2002-10-05 18:27:24 bdenney Exp $
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// wxWindows VGA display for Bochs. wx.cc implements a custom
|
||||
@ -1005,7 +1005,7 @@ void bx_gui_c::dimension_update(unsigned x, unsigned y, unsigned fheight)
|
||||
IFDBG_VGA(wxLogDebug ("MyPanel::dimension_update trying to get lock. wxScreen=%p", wxScreen));
|
||||
wxScreen_lock.Enter ();
|
||||
IFDBG_VGA(wxLogDebug ("MyPanel::dimension_update got lock. wxScreen=%p", wxScreen));
|
||||
BX_INFO (("dimension update"));
|
||||
BX_INFO (("dimension update x=%d y=%d fontheight=%d", x, y, fheight));
|
||||
if (fheight > 0) {
|
||||
wxFontY = fheight;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user