This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
UnixWallpaper/src/fe/widget.cc
2026-01-21 03:17:41 +09:00

9 lines
208 B
C++

#include "widget.hh"
namespace fe {
Fl_Button *Widget::setButton = nullptr;
Fl_Button *Widget::chooseButton = nullptr;
Fl_Scroll *Widget::scroll = nullptr;
Fl_Choice *Widget::modeChoice = nullptr;
}