mirror of https://github.com/FreeRDP/FreeRDP
Fixed #4493: duplicate typedef.
This commit is contained in:
parent
f8baeb7247
commit
87ebdf0052
|
@ -25,8 +25,6 @@
|
|||
#include "xf_client.h"
|
||||
#include "xfreerdp.h"
|
||||
|
||||
typedef struct _xfDispContext xfDispContext;
|
||||
|
||||
FREERDP_API BOOL xf_disp_init(xfContext* xfc, DispClientContext *disp);
|
||||
|
||||
xfDispContext *xf_disp_new(xfContext* xfc);
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
#include <freerdp/channels/geometry.h>
|
||||
#include <freerdp/channels/video.h>
|
||||
|
||||
struct _xfVideoContext;
|
||||
typedef struct _xfVideoContext xfVideoContext;
|
||||
|
||||
void xf_video_control_init(xfContext* xfc, VideoClientContext* video);
|
||||
void xf_video_control_uninit(xfContext* xfc, VideoClientContext* video);
|
||||
|
||||
|
|
Loading…
Reference in New Issue