From 222a4a22214608b7f89691eee1c57873c2631705 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 22 May 2012 00:49:10 +0200 Subject: Imported nxagent-3.5.0-9.tar.gz Summary: Imported nxagent-3.5.0-9.tar.gz Keywords: Imported nxagent-3.5.0-9.tar.gz into Git repository --- nx-X11/programs/Xserver/hw/nxagent/Options.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nx-X11/programs/Xserver/hw/nxagent/Options.h') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Options.h b/nx-X11/programs/Xserver/hw/nxagent/Options.h index 7850a0586..40cb1790e 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Options.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Options.h @@ -183,6 +183,12 @@ typedef struct _AgentOptions int DeviceControl; + /* + * Explicitly asked config propagation. + */ + + int DeviceControlUserDefined; + /* * Resuming keyboard device corrects keymap if session * migrates across platforms with different keycode @@ -369,6 +375,12 @@ typedef struct _AgentOptions int CopyBufferSize; + /* + * Max image data rate to the encoder input. + */ + + int ImageRateLimit; + } AgentOptionsRec; typedef AgentOptionsRec *AgentOptionsPtr; -- cgit v1.2.3