WIP
This commit is contained in:
@@ -84,7 +84,7 @@ namespace dbgui::frontend
|
||||
|
||||
bool draw(Frontend &);
|
||||
|
||||
void handle_data_res(const BackToFront::DataResult &result);
|
||||
void handle_source_updated(Target& target, size_t id);
|
||||
|
||||
std::string id;
|
||||
bool open;
|
||||
@@ -110,7 +110,7 @@ namespace dbgui::frontend
|
||||
struct SourceWindow
|
||||
{
|
||||
bool draw(Frontend &);
|
||||
void handle_data_res(const BackToFront::DataResult &result);
|
||||
void handle_source_updated(Target& target, size_t id);
|
||||
|
||||
std::string id;
|
||||
bool open;
|
||||
@@ -141,6 +141,6 @@ namespace dbgui::frontend
|
||||
static Window create_bp(size_t window_id);
|
||||
static Window create_source(size_t window_id);
|
||||
|
||||
void handle_data_res(const BackToFront::DataResult &result);
|
||||
void handle_source_updated(Target& target, size_t id);
|
||||
};
|
||||
} // namespace dbgui::frontend
|
||||
Reference in New Issue
Block a user