aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/PixelFormatList.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-85/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* PixelFormatList::operator[] must return the pointer togeorge822005-03-281-1/+1
| | | | | | | PixelFormatListElement structure. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@269 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Finished PixelFormatList class implementation.george822005-03-191-1/+15
| | | | | | | | | | | | | Added these methods: readUserDefinedPF(); writeUserDefinedPF(); getDefaultPFCount(); getUserPFCount(); getIndexByPFName(); isDefaultPF(); git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@251 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added PixelFormatList class implementation.george822005-03-171-0/+71
It is responsible for controlling the list of supported pixel formats. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@249 3789f03b-4d11-0410-bbf8-ca57d06f2519