CVSROOT: /cvs/directfb Module name: DirectFB Changes by: dok 20041114 10:15:31
Modified files:
lib/direct : messages.h
Log message:
Added "D_OOM()" which prints the warning "out of memory".
It can be used solely or with a return in front:
: D_OOM();
: return DFB_NOSYSTEMMEMORY;
Can be written as:
: return D_OOM();
