comparison include/mb_cons_supp.h @ 1116:9163eefa0039

console backend
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 08 Dec 2010 23:41:15 +0800
parents
children
comparison
equal deleted inserted replaced
1115:673978a8bc4b 1116:9163eefa0039
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
2 // vim: sw=4:ts=8:sts=4
3 #ifndef __CONS_SUPP_H_
4 #define __CONS_SUPP_H_
5
6 typedef void *MB_WINDOW;
7 typedef void *MB_DISPLAY;
8
9 #endif