diff options
Diffstat (limited to 'win/rfb_win32/SDisplay.h')
-rw-r--r-- | win/rfb_win32/SDisplay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/rfb_win32/SDisplay.h b/win/rfb_win32/SDisplay.h index b0217822..e43e3021 100644 --- a/win/rfb_win32/SDisplay.h +++ b/win/rfb_win32/SDisplay.h @@ -106,6 +106,7 @@ namespace rfb { void restartCore(); void recreatePixelBuffer(bool force=false); bool flushChangeTracker(); // true if flushed, false if empty + bool checkLedState(); VNCServer* server; @@ -151,6 +152,8 @@ namespace rfb { // -=- Where to write the active/inactive indicator to bool* statusLocation; + + unsigned ledState; }; } |