#include "vman.h"
#include "vmisc.h"
#include "binding.h"
#include "event.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "iokernel/helper.h"
Defines | |
#define | MAX_HISTORY_LENGTH 50 |
Functions | |
template<class T1, class T2> bool | is_member (T1 *l, T2 *key) |
template<class T1, class T2> int | get_member_pos (T1 *l, T2 *key) |
int | hashfn (const void *ptr) |
void | init_vman (void) |
void | exit_vman (void) |
Variables | |
visual_manager* | vman |
|
|
|
|
|
|
|