From 1eb4603b71ae21f45e9449efcd20a5086051489d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 26 Apr 2010 00:32:55 +0000 Subject: start improvements in surface handling add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485 --- include/libnsfb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libnsfb.h') diff --git a/include/libnsfb.h b/include/libnsfb.h index 8174350..3f4a4e7 100644 --- a/include/libnsfb.h +++ b/include/libnsfb.h @@ -38,7 +38,8 @@ enum nsfb_frontend_e { NSFB_FRONTEND_LINUX, /**< Linux frontend */ NSFB_FRONTEND_VNC, /**< VNC frontend */ NSFB_FRONTEND_ABLE, /**< ABLE frontend */ - NSFB_FRONTEND_RAM /**< RAM frontend */ + NSFB_FRONTEND_RAM, /**< RAM frontend */ + NSFB_FRONTEND_X /**< X windows frontend */ }; /** Initialise nsfb context. -- cgit v1.2.3