mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
Remove unneeded FL_EXPORT declaration.
This commit is contained in:
@@ -138,7 +138,7 @@ struct pointer_output {
|
||||
Fl_Wayland_Screen_Driver::compositor_name Fl_Wayland_Screen_Driver::compositor = Fl_Wayland_Screen_Driver::unspecified;
|
||||
|
||||
extern "C" {
|
||||
FL_EXPORT bool fl_libdecor_using_weston(void) {
|
||||
bool fl_libdecor_using_weston(void) {
|
||||
return Fl_Wayland_Screen_Driver::compositor == Fl_Wayland_Screen_Driver::WESTON;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,8 +43,6 @@ static void fl_xft_font(Fl_Xlib_Graphics_Driver *driver, Fl_Font fnum, Fl_Fontsi
|
||||
XftDraw* Fl_Xlib_Graphics_Driver::draw_ = 0;
|
||||
Window Fl_Xlib_Graphics_Driver::draw_window = (Window)0;
|
||||
|
||||
extern Fl_Fontdesc* fl_fonts;
|
||||
|
||||
Fl_Fontsize Fl_Xlib_Graphics_Driver::size_unscaled() {
|
||||
return (Fl_Fontsize)(size_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user