Skip to content

Commit

Permalink
Initial commit for automated user documentation screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Mar 14, 2024
1 parent 70a9c4d commit 64263ba
Show file tree
Hide file tree
Showing 6 changed files with 541 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set(CPPFILES
about_panel.cxx
align_widget.cxx
alignment_panel.cxx
autodoc.cxx
code.cxx
custom_widgets.cxx
factory.cxx
Expand Down Expand Up @@ -72,12 +73,12 @@ set(HEADERFILES
about_panel.h
align_widget.h
alignment_panel.h
autodoc.h
code.h
comments.h
custom_widgets.h
factory.h
file.h
fluid.h
function_panel.h
mergeback.h
print_panel.h
Expand Down
1 change: 1 addition & 0 deletions fluid/Fl_Widget_Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ class Fl_Widget_Type : public Fl_Type
void redraw();
};

extern Fl_Window *the_panel;

#endif // _FLUID_FL_WIDGET_TYPE_H
Loading

0 comments on commit 64263ba

Please sign in to comment.