FreeRDP
|
#include <math.h>
#include <stdio.h>
#include <errno.h>
#include <locale.h>
#include <float.h>
#include <winpr/sysinfo.h>
#include <freerdp/client/cmdline.h>
#include <freerdp/channels/channels.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/client.h>
#include <freerdp/utils/signal.h>
#include <freerdp/locale/keyboard.h>
#include <linux/input.h>
#include <uwac/uwac.h>
#include "wlfreerdp.h"
#include "wlf_input.h"
#include "wlf_cliprdr.h"
#include "wlf_disp.h"
#include "wlf_channels.h"
#include "wlf_pointer.h"
Macros | |
#define | TAG CLIENT_TAG("wayland") |
Functions | |
static BOOL | wl_update_buffer (wlfContext *context_w, INT32 ix, INT32 iy, INT32 iw, INT32 ih) |
static BOOL | wl_end_paint (rdpContext *context) |
static BOOL | wl_refresh_display (wlfContext *context) |
static BOOL | wl_resize_display (rdpContext *context) |
static BOOL | wl_pre_connect (freerdp *instance) |
static BOOL | wl_post_connect (freerdp *instance) |
static void | wl_post_disconnect (freerdp *instance) |
static BOOL | handle_uwac_events (freerdp *instance, UwacDisplay *display) |
static BOOL | handle_window_events (freerdp *instance) |
static int | wlfreerdp_run (freerdp *instance) |
static BOOL | wlf_client_global_init (void) |
static void | wlf_client_global_uninit (void) |
static int | wlf_logon_error_info (freerdp *instance, UINT32 data, UINT32 type) |
static void | wlf_client_free (freerdp *instance, rdpContext *context) |
static void * | uwac_event_clone (const void *val) |
static BOOL | wlf_client_new (freerdp *instance, rdpContext *context) |
static int | wfl_client_start (rdpContext *context) |
static int | RdpClientEntry (RDP_CLIENT_ENTRY_POINTS *pEntryPoints) |
int | main (int argc, char *argv[]) |
BOOL | wlf_copy_image (const void *src, size_t srcStride, size_t srcWidth, size_t srcHeight, void *dst, size_t dstStride, size_t dstWidth, size_t dstHeight, const RECTANGLE_16 *area, BOOL scale) |
BOOL | wlf_scale_coordinates (rdpContext *context, UINT32 *px, UINT32 *py, BOOL fromLocalToRDP) |
#define TAG CLIENT_TAG("wayland") |
FreeRDP: A Remote Desktop Protocol Implementation Wayland Client
Copyright 2014 Manuel Bachmann tarny Copyright 2016 Thincast Technologies GmbH Copyright 2016 Armin Novak ko@t arnyk o.ne tarmin .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
BOOL wlf_copy_image | ( | const void * | src, |
size_t | srcStride, | ||
size_t | srcWidth, | ||
size_t | srcHeight, | ||
void * | dst, | ||
size_t | dstStride, | ||
size_t | dstWidth, | ||
size_t | dstHeight, | ||
const RECTANGLE_16 * | area, | ||
BOOL | scale | ||
) |
|
static |
BOOL wlf_scale_coordinates | ( | rdpContext * | context, |
UINT32 * | px, | ||
UINT32 * | py, | ||
BOOL | fromLocalToRDP | ||
) |
|
static |