GUACAMOLE-1907: Removed the double line breaks in the protocols sub-folder.
This commit is contained in:
parent
cd094730b3
commit
39cec6ff93
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_KUBERNETES_ARGV_H
|
||||
#define GUAC_KUBERNETES_ARGV_H
|
||||
|
||||
|
||||
@ -140,4 +140,3 @@ bool guac_kubernetes_write_pending_message(guac_client* client) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -83,7 +83,6 @@ typedef struct guac_kubernetes_message {
|
||||
|
||||
} guac_kubernetes_message;
|
||||
|
||||
|
||||
/**
|
||||
* Handles data received from Kubernetes over WebSocket, decoding the channel
|
||||
* index of the received data and forwarding that data accordingly.
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_KUBERNETES_PIPE_H
|
||||
#define GUAC_KUBERNETES_PIPE_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_RDP_ARGV_H
|
||||
#define GUAC_RDP_ARGV_H
|
||||
|
||||
|
||||
@ -684,7 +684,6 @@ int guac_rdp_clipboard_blob_handler(guac_user* user, guac_stream* stream,
|
||||
|
||||
}
|
||||
|
||||
|
||||
int guac_rdp_clipboard_end_handler(guac_user* user, guac_stream* stream) {
|
||||
|
||||
guac_client* client = user->client;
|
||||
|
||||
@ -42,7 +42,6 @@ void guac_rdp_pipe_svc_send_pipe(guac_socket* socket, guac_rdp_pipe_svc* pipe_sv
|
||||
|
||||
}
|
||||
|
||||
|
||||
void guac_rdp_pipe_svc_send_pipes(
|
||||
guac_client* client, guac_socket* socket) {
|
||||
|
||||
|
||||
@ -178,7 +178,6 @@ void guac_rdpdr_process_terminate(guac_rdp_common_svc* svc) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
void guac_rdpdr_load_plugin(rdpContext* context) {
|
||||
|
||||
guac_client* client = ((rdp_freerdp_context*) context)->client;
|
||||
|
||||
@ -395,4 +395,3 @@ BOOL guac_rdp_gdi_desktop_resize(rdpContext* context) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -84,12 +84,10 @@ map +altgr -shift 0x33 ~ ";"
|
||||
map +altgr -shift 0x34 ~ ">"
|
||||
map +altgr -shift 0x35 ~ "*"
|
||||
|
||||
|
||||
#
|
||||
# Keys requiring AltGr & Shift
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Dead keys
|
||||
#
|
||||
@ -105,5 +103,4 @@ map +altgr -shift 0x0B ~ 0xFE59 # Dead doubleacute
|
||||
map +altgr -shift 0x0C ~ 0xFE57 # Dead diaeresis
|
||||
map +altgr -shift 0x0D ~ 0xFE5B # Dead cedilla
|
||||
|
||||
|
||||
# END
|
||||
|
||||
@ -61,7 +61,6 @@ map +altgr -shift 0x1F ~ "ß"
|
||||
|
||||
map +altgr -shift 0x56 ~ "|"
|
||||
|
||||
|
||||
#
|
||||
# Keys requiring AltGr and vary by Shift and Caps Lock
|
||||
#
|
||||
|
||||
@ -1234,7 +1234,6 @@ guac_rdp_settings* guac_rdp_parse_args(guac_user* user,
|
||||
settings->clipboard_crlf = 0;
|
||||
}
|
||||
|
||||
|
||||
/* Parse Wake-on-LAN (WoL) settings */
|
||||
settings->wol_send_packet =
|
||||
guac_user_parse_args_boolean(user, GUAC_RDP_CLIENT_ARGS, argv,
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_SSH_ARGV_H
|
||||
#define GUAC_SSH_ARGV_H
|
||||
|
||||
|
||||
@ -37,7 +37,6 @@
|
||||
#include <guacamole/recording.h>
|
||||
#include <guacamole/socket.h>
|
||||
|
||||
|
||||
/**
|
||||
* A pending join handler implementation that will synchronize the connection
|
||||
* state for all pending users prior to them being promoted to full user.
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_SSH_PIPE_H
|
||||
#define GUAC_SSH_PIPE_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _SSH_GUAC_SFTP_H
|
||||
#define _SSH_GUAC_SFTP_H
|
||||
|
||||
|
||||
@ -317,7 +317,6 @@ void* ssh_client_thread(void* data) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#ifdef ENABLE_SSH_AGENT
|
||||
/* Start SSH agent forwarding, if enabled */
|
||||
if (ssh_client->enable_agent) {
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUAC_SSH_AGENT_H
|
||||
#define _GUAC_SSH_AGENT_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_TELNET_ARGV_H
|
||||
#define GUAC_TELNET_ARGV_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_TELNET_PIPE_H
|
||||
#define GUAC_TELNET_PIPE_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __GUAC_VNC_CLIENT_H
|
||||
#define __GUAC_VNC_CLIENT_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUAC_VNC_INPUT_H
|
||||
#define GUAC_VNC_INPUT_H
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __GUAC_VNC_SETTINGS_H
|
||||
#define __GUAC_VNC_SETTINGS_H
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user