# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1336262522 0 # Node ID e2c5715d057dbb41c95520a6e71602a6934296dc # Parent b217cf9161c711f5745fe40433233e362fa004ea Fix dw_window_set_bitmap() on OS/2 on files with extensions. diff -r b217cf9161c7 -r e2c5715d057d os2/dw.c --- a/os2/dw.c Sat May 05 22:44:27 2012 +0000 +++ b/os2/dw.c Sun May 06 00:02:02 2012 +0000 @@ -6998,6 +6998,8 @@ break; } } + else + _load_bitmap_file(file, handle, &hbm, &hdc, &hps, &width, &height, &depth); if(!hdc) return;