Seems like the best choice, it looks a lot better with free/malloc.

I've got a few things to point out about some stuff:

- When resizing a window "opaque" for maybe a few seconds, it suddenly
  starts to use alot of CPU. Same applies to moving a window. You might
  not be able to reconstruct the bug, I'll try to trace the problem down.

- In the TODO you have:
  Memory Source or Streaming for Image/Video Provider.
  
  It would be nice to have something like that with fonts aswell.
  
- In inputdrivers/ps2mouse/ps2mouse.c:
line 61:
static char *devname[2] = { "/dev/psaux", "/dev/input/mice" };
static char *devlist[2] = { NULL, NULL };

should be changed to

static char *devname[3] = { "/dev/psaux", "/dev/misc/psaux", "/dev/input/mice" };
static char *devlist[3] = { NULL, NULL, NULL };


Hallvar Helleseth


-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to