summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-04-26 00:32:55 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-04-26 00:32:55 +0000
commit1eb4603b71ae21f45e9449efcd20a5086051489d (patch)
treef74b30e1a3a8477807d66ae446c7aecad0966560 /include
parent1a0cc609b9fccd3b183257a007c08e5295e782e8 (diff)
downloadlibnsfb-1eb4603b71ae21f45e9449efcd20a5086051489d.tar.gz
libnsfb-1eb4603b71ae21f45e9449efcd20a5086051489d.tar.bz2
start improvements in surface handling
add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
Diffstat (limited to 'include')
-rw-r--r--include/libnsfb.h3
1 files changed, 2 insertions, 1 deletions
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.