quamotion / remoteviewing

RemoteViewing is a .NET-native VNC client and server library.
Other
261 stars 79 forks source link

Expose configuration information via vnclogger #151

Closed qmfrederik closed 2 years ago

qmfrederik commented 2 years ago

This PR causes the project to abandon attempts to directly access fields on the RfbScreenInfoPtr and related structs, and instead opts for using a platform abstraction layer (PAL) to get/set values on those structs.