Add framework to support framebuffer/security negotiation

This commit is contained in:
Gregory Nutt
2016-04-16 12:50:23 -06:00
parent e6bb56f6da
commit e793ee2be5
4 changed files with 128 additions and 1 deletions
+9
View File
@@ -52,8 +52,17 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* Configuration */
#if !defined(CONFIG_VNCSERVER_PROTO3p3) && !defined(CONFIG_VNCSERVER_PROTO3p8)
# error No VNC protocol selected
#endif
#if defined(CONFIG_VNCSERVER_PROTO3p3) && defined(CONFIG_VNCSERVER_PROTO3p8)
# error Too many VNC protocols selected
#endif
#ifndef CONFIG_VNCSERVER_NDISPLAYS
# define CONFIG_VNCSERVER_NDISPLAYS 1
#endif