FreeRDP
|
#include <winpr/windows.h>
#include <winpr/collections.h>
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/gdi/dc.h>
#include <freerdp/gdi/region.h>
#include <freerdp/cache/cache.h>
#include <freerdp/codec/color.h>
#include <freerdp/client/rail.h>
#include <freerdp/channels/channels.h>
#include <freerdp/codec/rfx.h>
#include <freerdp/codec/nsc.h>
#include <freerdp/client/file.h>
#include "wf_channels.h"
#include "wf_floatbar.h"
#include "wf_event.h"
#include "wf_cliprdr.h"
Data Structures | |
struct | wfBitmap |
struct | wfPointer |
struct | wfContext |
Macros | |
#define | SYSCOMMAND_ID_SMARTSIZING 1000 |
Functions | |
FREERDP_API int | RdpClientEntry (RDP_CLIENT_ENTRY_POINTS *pEntryPoints) |
FREERDP_API int | freerdp_client_set_window_size (wfContext *wfc, int width, int height) |
FREERDP_API void | wf_size_scrollbars (wfContext *wfc, UINT32 client_width, UINT32 client_height) |
#define SYSCOMMAND_ID_SMARTSIZING 1000 |
FREERDP_API int freerdp_client_set_window_size | ( | wfContext * | wfc, |
int | width, | ||
int | height | ||
) |
FREERDP_API int RdpClientEntry | ( | RDP_CLIENT_ENTRY_POINTS * | pEntryPoints | ) |
Client Interface
FREERDP_API void wf_size_scrollbars | ( | wfContext * | wfc, |
UINT32 | client_width, | ||
UINT32 | client_height | ||
) |