insert commented-out code
This commit is contained in:
parent
9e75269627
commit
b7120ffba9
|
|
@ -179,6 +179,14 @@ open_window() {
|
|||
|
||||
// Initializes _colormap
|
||||
setup_colormap();
|
||||
|
||||
/*
|
||||
wgldisplay_cat.error()
|
||||
<< "Artificially failing window.\n";
|
||||
close_window();
|
||||
return false;
|
||||
*/
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue