Skip to content
Snippets Groups Projects
Commit 1330b829 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 1963354 - Refine the GTK version checked before declaring various...

Bug 1963354 - Refine the GTK version checked before declaring various GDK_WINDOW_STATE... constants. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D247104
parent 0ee6c6fc
No related branches found
No related tags found
1 merge request!1502TB 43415 (part 2): Cherry-picks from 128.9.0esr
Pipeline #273130 failed
......@@ -140,7 +140,7 @@ using mozilla::gl::GLContextGLX;
// out to the bounding-box if there are more
#define MAX_RECTS_IN_REGION 100
#if !GTK_CHECK_VERSION(3, 22, 0)
#if !GTK_CHECK_VERSION(3, 22, 23)
constexpr gint GDK_WINDOW_STATE_TOP_TILED = 1 << 9;
constexpr gint GDK_WINDOW_STATE_TOP_RESIZABLE = 1 << 10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment