Better focus behaviour for the filelist... like sloppy focus.

This commit is contained in:
Jaime Thomas
2008-12-09 23:17:57 +00:00
parent 41da9a900e
commit 43ebca0835
5 changed files with 85 additions and 20 deletions

View File

@@ -28,15 +28,6 @@
#include <limits.h>
#include <pthread.h>
#undef FREE
#define FREE(dat) \
{ \
if (dat) { free(dat); dat = NULL; } \
}
#undef __UNUSED__
#define __UNUSED__ __attribute__ ((unused))
/* ECDB Global Variables */
typedef struct _Ecdb_Main Ecdb_Main;
struct _Ecdb_Main