diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-11-30 16:40:13 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-11-30 16:40:13 +0100 |
| commit | ed5ee81ccd042f08373da1f49486075ec0e40480 (patch) | |
| tree | e761e7b9f22c600f4b2b79c6231912cfd1a55ccc | |
| parent | a69fc0c9e5e561b2b5135a3e7d7faacd2e6666aa (diff) | |
Wayland: add changes to struct libdecor_frame_gtk
| -rw-r--r-- | libdecor/build/fl_libdecor-plugins.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdecor/build/fl_libdecor-plugins.c b/libdecor/build/fl_libdecor-plugins.c index c0078b615..57ddce361 100644 --- a/libdecor/build/fl_libdecor-plugins.c +++ b/libdecor/build/fl_libdecor-plugins.c @@ -1,7 +1,7 @@ // // Interface with the libdecor library for the Fast Light Tool Kit (FLTK). // -// Copyright 2022 by Bill Spitzak and others. +// Copyright 2022-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -203,6 +203,7 @@ struct libdecor_frame_gtk { char *title; enum libdecor_capabilities capabilities; struct border_component_gtk *active; + struct border_component_gtk *touch_active; struct border_component_gtk *focus; struct border_component_gtk *grab; bool shadow_showing; |
