FreeRDP
wf_floatbar.h
1
20
#ifndef FREERDP_CLIENT_WIN_FLOATBAR_H
21
#define FREERDP_CLIENT_WIN_FLOATBAR_H
22
23
#include <winpr/crt.h>
24
25
typedef
struct
s_FloatBar wfFloatBar;
26
typedef
struct
wf_context
wfContext;
27
28
wfFloatBar* wf_floatbar_new(wfContext* wfc, HINSTANCE window, DWORD flags);
29
void
wf_floatbar_free(wfFloatBar* floatbar);
30
31
BOOL wf_floatbar_toggle_fullscreen(wfFloatBar* floatbar, BOOL fullscreen);
32
33
#endif
/* FREERDP_CLIENT_WIN_FLOATBAR_H */
wf_context
Definition:
wf_client.h:76
client
Windows
wf_floatbar.h
Generated by
1.9.1