diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-16 20:59:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-17 13:25:19 +0200 |
commit | de74235388015673f32f9fb0bfdcf95071c7ba0e (patch) | |
tree | 0dd828673dc0ab8c0ecdd8ec276a68f03604cd40 /compilerplugins | |
parent | 1394bfba870a38d7d4edbd3c387b5e87182bc90f (diff) |
gtk4: restore double-decker notebooks
add a 'NotifyingLayout' to find out when the size of a widget
changes now that size-allocate has been removed
Change-Id: Iae55b7fafd2fd26c62afaedd777ae40e84fbb964
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117348
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/reservedid.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/reservedid.cxx b/compilerplugins/clang/reservedid.cxx index 0792c96b2da6..7ac340da282a 100644 --- a/compilerplugins/clang/reservedid.cxx +++ b/compilerplugins/clang/reservedid.cxx @@ -209,6 +209,8 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) { && s != "_GstVideoOverlay" // avmedia/source/gstreamer/gstplayer.hxx && s != "_Module" // extensions/source/activex/StdAfx2.h, CComModule + && s != "_NotifyingLayout" // vcl/unx/gtk3/gtkinst.cxx + && s != "_NotifyingLayoutClass" // vcl/unx/gtk3/gtkinst.cxx && s != "_SurfacePaintable" // vcl/unx/gtk3/gtkinst.cxx && s != "_SurfacePaintableClass" // vcl/unx/gtk3/gtkinst.cxx && s != "_XRegion" // vcl/unx/generic/gdi/x11cairotextrender.cxx |