FreeRDP
MRDPView.m File Reference
#include <winpr/windows.h>
#include "mf_client.h"
#import "mfreerdp.h"
#import "MRDPView.h"
#import "MRDPCursor.h"
#import "Clipboard.h"
#import "PasswordDialog.h"
#import "CertificateDialog.h"
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/input.h>
#include <winpr/synch.h>
#include <winpr/sysinfo.h>
#include <freerdp/constants.h>
#import "freerdp/freerdp.h"
#import "freerdp/types.h"
#import "freerdp/config.h"
#import "freerdp/channels/channels.h"
#import "freerdp/gdi/gdi.h"
#import "freerdp/gdi/dc.h"
#import "freerdp/gdi/region.h"
#import "freerdp/graphics.h"
#import "freerdp/client/file.h"
#import "freerdp/client/cmdline.h"
#import "freerdp/log.h"
#import <CoreGraphics/CoreGraphics.h>

Macros

#define TAG   CLIENT_TAG("mac")
 

Functions

static BOOL mf_Pointer_New (rdpContext *context, rdpPointer *pointer)
 
static void mf_Pointer_Free (rdpContext *context, rdpPointer *pointer)
 
static BOOL mf_Pointer_Set (rdpContext *context, rdpPointer *pointer)
 
static BOOL mf_Pointer_SetNull (rdpContext *context)
 
static BOOL mf_Pointer_SetDefault (rdpContext *context)
 
static BOOL mf_Pointer_SetPosition (rdpContext *context, UINT32 x, UINT32 y)
 
static BOOL mac_begin_paint (rdpContext *context)
 
static BOOL mac_end_paint (rdpContext *context)
 
static BOOL mac_desktop_resize (rdpContext *context)
 
static void input_activity_cb (freerdp *instance)
 
static DWORD WINAPI mac_client_thread (void *param)
 

Macro Definition Documentation

◆ TAG

#define TAG   CLIENT_TAG("mac")

FreeRDP: A Remote Desktop Protocol Implementation MacFreeRDP

Copyright 2012 Thomas Goddard

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.

Function Documentation

◆ input_activity_cb()

static void input_activity_cb ( freerdp *  instance)
static
Here is the caller graph for this function:

◆ mac_begin_paint()

static BOOL mac_begin_paint ( rdpContext *  context)
static

◆ mac_client_thread()

static DWORD WINAPI mac_client_thread ( void *  param)
static

◆ mac_desktop_resize()

static BOOL mac_desktop_resize ( rdpContext *  context)
static

◆ mac_end_paint()

static BOOL mac_end_paint ( rdpContext *  context)
static

◆ mf_Pointer_Free()

static void mf_Pointer_Free ( rdpContext *  context,
rdpPointer *  pointer 
)
static

◆ mf_Pointer_New()

static BOOL mf_Pointer_New ( rdpContext *  context,
rdpPointer *  pointer 
)
static

◆ mf_Pointer_Set()

static BOOL mf_Pointer_Set ( rdpContext *  context,
rdpPointer *  pointer 
)
static

◆ mf_Pointer_SetDefault()

static BOOL mf_Pointer_SetDefault ( rdpContext *  context)
static

◆ mf_Pointer_SetNull()

static BOOL mf_Pointer_SetNull ( rdpContext *  context)
static

◆ mf_Pointer_SetPosition()

static BOOL mf_Pointer_SetPosition ( rdpContext *  context,
UINT32  x,
UINT32  y 
)
static