diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-01 17:22:31 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-01 17:22:40 +0100 |
| commit | aaaf0a0537e03cec7a47330550a31bb4e96dacde (patch) | |
| tree | 820ea79b85ed1e3b9fdcfe9ef0b2fc16a15c5cc6 /fluid/alignment_panel.h | |
| parent | 5f836377a0f4e5c7b90b06ba4b4fefc3ccf04a39 (diff) | |
FLUID: Adds options to draw ghosted outlines.
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 496d29dc8..8c018ebda 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -67,6 +67,8 @@ extern void toggle_guides_cb(Fl_Check_Button*, void*); extern Fl_Check_Button *guides_button; extern void toggle_restricted_cb(Fl_Check_Button*, void*); extern Fl_Check_Button *restricted_button; +extern void toggle_ghosted_outline_cb(Fl_Check_Button*, void*); +extern Fl_Check_Button *ghosted_outline_button; extern Fl_Group *w_settings_project_tab; extern Fl_Input *header_file_input; extern Fl_Input *code_file_input; |
