Fixed regression from rebase.
authorArmin Novak <anovak@thincast.com>
Mon, 10 Oct 2016 10:07:27 +0000 (12:07 +0200)
committerArmin Novak <anovak@thincast.com>
Mon, 10 Oct 2016 10:07:27 +0000 (12:07 +0200)
server/shadow/Mac/mac_shadow.c

index 4884e93..93359ff 100644 (file)
@@ -483,6 +483,8 @@ static int mac_shadow_screen_grab(macShadowSubsystem* subsystem)
 static int mac_shadow_subsystem_process_message(macShadowSubsystem* subsystem,
         wMessage* message)
 {
+    rdpShadowServer* server = subsystem->server;
+    rdpShadowSurface* surface = server->surface;
        switch (message->id)
        {
                case SHADOW_MSG_IN_REFRESH_REQUEST_ID: