Loading widget/gtk/nsWindow.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
widget/gtk/nsWindow.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading