FreeRDP
|
#include <errno.h>
#include <pthread.h>
#include <locale.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/utils/event.h>
#include <freerdp/client/file.h>
#include <freerdp/client/cmdline.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/cliprdr.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
#include "df_event.h"
#include "df_graphics.h"
#include "dfreerdp.h"
#include <freerdp/log.h>
Macros | |
#define | TAG CLIENT_TAG("directFB") |
Functions | |
BOOL | df_context_new (freerdp *instance, rdpContext *context) |
void | df_context_free (freerdp *instance, rdpContext *context) |
void | df_begin_paint (rdpContext *context) |
void | df_end_paint (rdpContext *context) |
BOOL | df_get_fds (freerdp *instance, void **rfds, int *rcount, void **wfds, int *wcount) |
BOOL | df_check_fds (freerdp *instance, fd_set *set) |
BOOL | df_pre_connect (freerdp *instance) |
BOOL | df_post_connect (freerdp *instance) |
BOOL | df_verify_certificate (freerdp *instance, char *subject, char *issuer, char *fingerprint) |
static int | df_receive_channel_data (freerdp *instance, UINT16 channelId, BYTE *data, int size, int flags, int total_size) |
static void | df_process_cb_monitor_ready_event (rdpChannels *channels, freerdp *instance) |
static void | df_process_channel_event (rdpChannels *channels, freerdp *instance) |
static void | df_free (dfInfo *dfi) |
int | dfreerdp_run (freerdp *instance) |
void * | thread_func (void *param) |
int | main (int argc, char *argv[]) |
Variables | |
static HANDLE | g_sem |
static int | g_thread_count = 0 |
#define TAG CLIENT_TAG("directFB") |
FreeRDP: A Remote Desktop Protocol Implementation DirectFB Client
Copyright 2011 Marc-Andre Moreau marca ndre .more au@g mail. com
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.
void df_begin_paint | ( | rdpContext * | context | ) |
BOOL df_check_fds | ( | freerdp * | instance, |
fd_set * | set | ||
) |
void df_context_free | ( | freerdp * | instance, |
rdpContext * | context | ||
) |
BOOL df_context_new | ( | freerdp * | instance, |
rdpContext * | context | ||
) |
void df_end_paint | ( | rdpContext * | context | ) |
|
static |
BOOL df_post_connect | ( | freerdp * | instance | ) |
BOOL df_pre_connect | ( | freerdp * | instance | ) |
|
static |
|
static |
|
static |
BOOL df_verify_certificate | ( | freerdp * | instance, |
char * | subject, | ||
char * | issuer, | ||
char * | fingerprint | ||
) |
int dfreerdp_run | ( | freerdp * | instance | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |