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/fluid.h | |
| parent | 5f836377a0f4e5c7b90b06ba4b4fefc3ccf04a39 (diff) | |
FLUID: Adds options to draw ghosted outlines.
Diffstat (limited to 'fluid/fluid.h')
| -rw-r--r-- | fluid/fluid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h index 0ac4258c8..d305598ac 100644 --- a/fluid/fluid.h +++ b/fluid/fluid.h @@ -60,6 +60,7 @@ extern Fl_Window *main_window; extern int show_guides; extern int show_restricted; +extern int show_ghosted_outline; extern int show_comments; extern int G_use_external_editor; |
