19 #ifndef MIR_CLIENT_RPC_DISPLAY_SERVER_DEBUG_H_ 20 #define MIR_CLIENT_RPC_DISPLAY_SERVER_DEBUG_H_ 31 class MirBasicRpcChannel;
35 DisplayServerDebug(std::shared_ptr<mir::client::rpc::MirBasicRpcChannel>
const& channel);
37 mir::protobuf::CoordinateTranslationRequest
const* request,
38 mir::protobuf::CoordinateTranslationResponse* response,
39 google::protobuf::Closure* done)
override;
42 std::shared_ptr<mir::client::rpc::MirBasicRpcChannel>
const channel;
48 #endif //MIR_CLIENT_RPC_DISPLAY_SERVER_DEBUG_H_ All things Mir.
Definition: atomic_callback.h:25
Definition: display_server_debug.h:28
Definition: mir_display_server_debug.h:32
void translate_surface_to_screen(mir::protobuf::CoordinateTranslationRequest const *request, mir::protobuf::CoordinateTranslationResponse *response, google::protobuf::Closure *done) override
Definition: mir_display_server_debug.cpp:31
DisplayServerDebug()=default