changeset 1711:e2c5715d057d

Fix dw_window_set_bitmap() on OS/2 on files with extensions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 06 May 2012 00:02:02 +0000
parents b217cf9161c7
children daa59fc8d6e5
files os2/dw.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;