19 #ifndef FREERDP_SERVER_SHADOW_SCREEN_H
20 #define FREERDP_SERVER_SHADOW_SCREEN_H
22 #include <freerdp/server/shadow.h>
24 #include <winpr/crt.h>
25 #include <winpr/synch.h>
29 rdpShadowServer* server;
37 rdpShadowSurface* primary;
38 rdpShadowSurface* lobby;
46 void shadow_screen_free(rdpShadowScreen* screen);
48 WINPR_ATTR_MALLOC(shadow_screen_free, 1)
49 rdpShadowScreen* shadow_screen_new(rdpShadowServer* server);