FreeRDP
Loading...
Searching...
No Matches
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
25typedef struct s_FloatBar wfFloatBar;
26typedef struct wf_context wfContext;
27
28wfFloatBar* wf_floatbar_new(wfContext* wfc, HINSTANCE window, DWORD flags);
29void wf_floatbar_free(wfFloatBar* floatbar);
30
31BOOL wf_floatbar_toggle_fullscreen(wfFloatBar* floatbar, BOOL fullscreen);
32
33#endif /* FREERDP_CLIENT_WIN_FLOATBAR_H */