comparison compat.c @ 47:997e9ed670ef

Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix with certain versions of imlib. And other various code cleanups. Also initial code for eventual conversion to gdk-pixbuf on unix from imlib.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 02 Nov 2001 10:31:29 +0000
parents eb003f77538c
children 8add9a616d0e
comparison
equal deleted inserted replaced
46:30d091bc7899 47:997e9ed670ef
18 #else 18 #else
19 #include <mntent.h> 19 #include <mntent.h>
20 #include <sys/vfs.h> 20 #include <sys/vfs.h>
21 #endif 21 #endif
22 #endif 22 #endif
23 #include <time.h>
23 24
24 #ifdef __UNIX__ 25 #ifdef __UNIX__
25 void msleep(long period) 26 void msleep(long period)
26 { 27 {
27 #ifdef __sun__ 28 #ifdef __sun__