19 #ifndef MIR_PROTOBUF_DISPLAY_SERVER_DEBUG_H_ 20 #define MIR_PROTOBUF_DISPLAY_SERVER_DEBUG_H_ 22 #include "mir_protobuf.pb.h" 35 mir::protobuf::CoordinateTranslationRequest
const* request,
36 mir::protobuf::CoordinateTranslationResponse* response,
37 google::protobuf::Closure* done) = 0;
All things Mir.
Definition: atomic_callback.h:25
virtual void translate_surface_to_screen(mir::protobuf::CoordinateTranslationRequest const *request, mir::protobuf::CoordinateTranslationResponse *response, google::protobuf::Closure *done)=0
virtual ~DisplayServerDebug()=default
Definition: display_server_debug.h:28
DisplayServerDebug()=default