<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>265767</bug_id>
          
          <creation_ts>2023-12-03 16:52:48 -0800</creation_ts>
          <short_desc>[WPE] Fix missing initializer warning for member wl_pointer_listener::axis_relative_direction and related issues</short_desc>
          <delta_ts>2023-12-04 08:15:31 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WPE WebKit</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Lauro Moura">lmoura</reporter>
          <assigned_to name="Lauro Moura">lmoura</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1996594</commentid>
    <comment_count>0</comment_count>
    <who name="Lauro Moura">lmoura</who>
    <bug_when>2023-12-03 16:52:48 -0800</bug_when>
    <thetext>app/webkit/Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp:267:1: warning: missing initializer for member ‘wl_pointer_listener::axis_relative_direction’ [-Wmissing-field-initializers]                                                                                       
  267 | };                                                                                                                                  
      | ^ 

On a manual build outside flatpak, it also failed, but complaining about too many initializers to wl_surface_listener. 271427@main added an axis_relative_direction slot, but to wl_surface_listener instead of the `wl_pointer_listener` one, 265775@main.

.../Source/WebKit/WPEPlatform/wpe/wayland/WPEViewWayland.cpp:223:1: error: too many initializers for &apos;const wl_surface_listener&apos;                                                                                                         
  223 | namespace std                                                                                                                       
      | ^ 

Patch incoming.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996597</commentid>
    <comment_count>1</comment_count>
    <who name="Lauro Moura">lmoura</who>
    <bug_when>2023-12-03 17:09:34 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/21246</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1996726</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-04 08:15:26 -0800</bug_when>
    <thetext>Committed 271479@main (b9f2021a494c): &lt;https://commits.webkit.org/271479@main&gt;

Reviewed commits have been landed. Closing PR #21246 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>