whoops, forgot to remove debug output
This commit is contained in:
parent
3db2e1a13d
commit
dad8b88c62
|
|
@ -1002,7 +1002,6 @@ open_graphic_window(bool fullscreen) {
|
|||
}
|
||||
|
||||
if (!_hparent) { // This can be a regular window or a fullscreen window
|
||||
cerr << "wclass is " << wclass._name << ", title is + " << title << "\n";
|
||||
_hWnd = CreateWindowW(wclass._name.c_str(), title.c_str(), window_style,
|
||||
metrics.x, metrics.y,
|
||||
metrics.width,
|
||||
|
|
|
|||
Loading…
Reference in New Issue