summaryrefslogtreecommitdiff
path: root/FL/x11.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-09 15:19:15 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-09 15:19:15 +0200
commit203e7b70985b269de64a5b855c0ed9f1c5dfffd9 (patch)
tree233666e3e01800de81b824a2cd09f6399d15ade4 /FL/x11.H
parent1b0f21cc8fec9a933770a2ed6d7feafe91ee8333 (diff)
New OPTION_WAYLAND_ONLY for CMake to build pure Wayland platform.
Diffstat (limited to 'FL/x11.H')
-rw-r--r--FL/x11.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/FL/x11.H b/FL/x11.H
index 56ca43b08..a86b605f2 100644
--- a/FL/x11.H
+++ b/FL/x11.H
@@ -108,13 +108,6 @@ extern FL_EXPORT Fl_XFont_On_Demand fl_xfont;
extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid()
-#if USE_PANGO
-struct flCairoRegion {
- int count;
- struct _cairo_rectangle *rects;
-}; // a region is the union of a series of rectangles
-#endif
-
#endif // FL_LIBRARY || FL_INTERNALS
#endif // FL_DOXYGEN