Statistics
| Branch: | Revision:

root / vnc.h @ 819ca121

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
e06679fb 02/02/2009 05:58 pm aliguori

Split VNC defines to vnc.h (Alexander Graf)

The VNC protocol contains quite some constants, some of which are
currently hardcoded in the vnc.c code. This is not exactly pretty.

Let's move all those constants out to vnc.h, so they are clearly
separated. While at it, I also included other defines that will be...