mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-10-29 05:40:16 -04:00 
			
		
		
		
	Replace initial 8 spaces with a tab for all xml files
This is the style used in wayland.xml which is the only file we really care about for git blame information. So let's adjust all others to that style for consistency and fix editorconfig to avoid messing this up in the future. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									cc8b6aa3d9
								
							
						
					
					
						commit
						df969706f4
					
				
					 10 changed files with 44 additions and 44 deletions
				
			
		|  | @ -10,7 +10,7 @@ indent_size = 8 | ||||||
| max_line_length = 80 | max_line_length = 80 | ||||||
| 
 | 
 | ||||||
| [*.xml] | [*.xml] | ||||||
| indent_style = space | indent_style = tab | ||||||
| indent_size = 2 | indent_size = 2 | ||||||
| tab_width = 8 | tab_width = 8 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -28,9 +28,9 @@ | ||||||
| 	<imagedata fileref="images/wayland.png" format="PNG" /> | 	<imagedata fileref="images/wayland.png" format="PNG" /> | ||||||
|       </imageobject> |       </imageobject> | ||||||
|       <textobject> |       <textobject> | ||||||
|         <phrase> | 	<phrase> | ||||||
|           Wayland logo | 	  Wayland logo | ||||||
|         </phrase> | 	</phrase> | ||||||
|       </textobject> |       </textobject> | ||||||
|     </inlinemediaobject> |     </inlinemediaobject> | ||||||
|   </corpauthor> |   </corpauthor> | ||||||
|  |  | ||||||
|  | @ -61,8 +61,8 @@ | ||||||
|     <para> |     <para> | ||||||
|        Possible examples for session compositors include |        Possible examples for session compositors include | ||||||
|       <itemizedlist> |       <itemizedlist> | ||||||
|         <listitem> | 	<listitem> | ||||||
|           <para> | 	  <para> | ||||||
| 	    gnome-shell | 	    gnome-shell | ||||||
| 	  </para> | 	  </para> | ||||||
| 	</listitem> | 	</listitem> | ||||||
|  |  | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
|   <literallayout> |   <literallayout> | ||||||
| Yours, | Yours, | ||||||
| 
 | 
 | ||||||
|         the Wayland open-source community | 	the Wayland open-source community | ||||||
|         November 2012 | 	November 2012 | ||||||
|   </literallayout> |   </literallayout> | ||||||
| </preface> | </preface> | ||||||
|  |  | ||||||
|  | @ -33,9 +33,9 @@ | ||||||
| 	<imagedata fileref="images/x-architecture.png" format="PNG" /> | 	<imagedata fileref="images/x-architecture.png" format="PNG" /> | ||||||
|       </imageobject> |       </imageobject> | ||||||
|       <textobject> |       <textobject> | ||||||
|         <phrase> | 	<phrase> | ||||||
|           X architecture diagram | 	  X architecture diagram | ||||||
|         </phrase> | 	</phrase> | ||||||
|       </textobject> |       </textobject> | ||||||
|     </mediaobject> |     </mediaobject> | ||||||
|     <para> |     <para> | ||||||
|  | @ -96,9 +96,9 @@ | ||||||
| 	<imagedata fileref="images/wayland-architecture.png" format="PNG" /> | 	<imagedata fileref="images/wayland-architecture.png" format="PNG" /> | ||||||
|       </imageobject> |       </imageobject> | ||||||
|       <textobject> |       <textobject> | ||||||
|         <phrase> | 	<phrase> | ||||||
|           Wayland architecture diagram | 	  Wayland architecture diagram | ||||||
|         </phrase> | 	</phrase> | ||||||
|       </textobject> |       </textobject> | ||||||
|     </mediaobject> |     </mediaobject> | ||||||
|     <para> |     <para> | ||||||
|  |  | ||||||
|  | @ -15,6 +15,6 @@ | ||||||
|   <literallayout> |   <literallayout> | ||||||
| Best, | Best, | ||||||
| 
 | 
 | ||||||
|         Kristian Høgsberg | 	Kristian Høgsberg | ||||||
|   </literallayout> |   </literallayout> | ||||||
| </preface> | </preface> | ||||||
|  |  | ||||||
|  | @ -78,11 +78,11 @@ | ||||||
|     <figure> |     <figure> | ||||||
|       <title>Xwayland architecture diagram</title> |       <title>Xwayland architecture diagram</title> | ||||||
|       <mediaobjectco> |       <mediaobjectco> | ||||||
|         <imageobjectco> | 	<imageobjectco> | ||||||
|           <imageobject> | 	  <imageobject> | ||||||
|             <imagedata fileref="images/xwayland-architecture.png" format="PNG" /> | 	    <imagedata fileref="images/xwayland-architecture.png" format="PNG" /> | ||||||
|           </imageobject> | 	  </imageobject> | ||||||
|         </imageobjectco> | 	</imageobjectco> | ||||||
|       </mediaobjectco> |       </mediaobjectco> | ||||||
|     </figure> |     </figure> | ||||||
|     <para> |     <para> | ||||||
|  | @ -150,20 +150,20 @@ | ||||||
|     <section id="sect-X11-Application-Support-xwm-window-identification"> |     <section id="sect-X11-Application-Support-xwm-window-identification"> | ||||||
|       <title>Window identification</title> |       <title>Window identification</title> | ||||||
|       <para> |       <para> | ||||||
|         In Xwayland, an X11 window may have a corresponding wl_surface object | 	In Xwayland, an X11 window may have a corresponding wl_surface object | ||||||
|         in Wayland. The wl_surface object is used for input and output: it is | 	in Wayland. The wl_surface object is used for input and output: it is | ||||||
|         referenced by input events and used to provide the X11 window content | 	referenced by input events and used to provide the X11 window content | ||||||
|         to the Wayland compositor. The X11 window and the wl_surface live in | 	to the Wayland compositor. The X11 window and the wl_surface live in | ||||||
|         different protocol streams, and they need to be matched for XWM to do | 	different protocol streams, and they need to be matched for XWM to do | ||||||
|         its job. | 	its job. | ||||||
|       </para> |       </para> | ||||||
|       <para> |       <para> | ||||||
|         When Xwayland creates a wl_surface on Wayland, it will also send an X11 | 	When Xwayland creates a wl_surface on Wayland, it will also send an X11 | ||||||
|         ClientMessage of type atom "WL_SURFACE_ID" to the X11 window carrying | 	ClientMessage of type atom "WL_SURFACE_ID" to the X11 window carrying | ||||||
|         the wl_surface Wayland object ID as the first 32-bit data element. This | 	the wl_surface Wayland object ID as the first 32-bit data element. This | ||||||
|         is how XWM can associate a wl_surface with an X11 window. Note that | 	is how XWM can associate a wl_surface with an X11 window. Note that | ||||||
|         the request to create a wl_surface and the ID message may arrive in any | 	the request to create a wl_surface and the ID message may arrive in any | ||||||
|         order in the Wayland compositor. | 	order in the Wayland compositor. | ||||||
|       </para> |       </para> | ||||||
|     </section> |     </section> | ||||||
|   </section> |   </section> | ||||||
|  |  | ||||||
|  | @ -43,8 +43,8 @@ | ||||||
|     <!-- Version 2 additions --> |     <!-- Version 2 additions --> | ||||||
|     <request name="conjoin" since="2"> |     <request name="conjoin" since="2"> | ||||||
|       <description summary="register another fd passer with this one"> |       <description summary="register another fd passer with this one"> | ||||||
|         Tells this fd passer object about another one to send events | 	Tells this fd passer object about another one to send events | ||||||
|         to for more complicated fd leak tests. | 	to for more complicated fd leak tests. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="passer" type="object" interface="fd_passer"/> |       <arg name="passer" type="object" interface="fd_passer"/> | ||||||
|     </request> |     </request> | ||||||
|  |  | ||||||
|  | @ -298,7 +298,7 @@ | ||||||
| 	will be reported by the format event. | 	will be reported by the format event. | ||||||
|       </description> |       </description> | ||||||
|       <!-- Note to protocol writers: don't update this list manually, instead |       <!-- Note to protocol writers: don't update this list manually, instead | ||||||
|            run the automated script that keeps it in sync with drm_fourcc.h. --> | 	   run the automated script that keeps it in sync with drm_fourcc.h. --> | ||||||
|       <entry name="argb8888" value="0" summary="32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian"/> |       <entry name="argb8888" value="0" summary="32-bit ARGB format, [31:0] A:R:G:B 8:8:8:8 little endian"/> | ||||||
|       <entry name="xrgb8888" value="1" summary="32-bit RGB format, [31:0] x:R:G:B 8:8:8:8 little endian"/> |       <entry name="xrgb8888" value="1" summary="32-bit RGB format, [31:0] x:R:G:B 8:8:8:8 little endian"/> | ||||||
|       <entry name="c8" value="0x20203843" summary="8-bit color index format, [7:0] C"/> |       <entry name="c8" value="0x20203843" summary="8-bit color index format, [7:0] C"/> | ||||||
|  | @ -594,9 +594,9 @@ | ||||||
| 	will be raised otherwise. | 	will be raised otherwise. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="dnd_actions" type="uint" summary="actions supported by the destination client" |       <arg name="dnd_actions" type="uint" summary="actions supported by the destination client" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|       <arg name="preferred_action" type="uint" summary="action preferred by the destination client" |       <arg name="preferred_action" type="uint" summary="action preferred by the destination client" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|     </request> |     </request> | ||||||
| 
 | 
 | ||||||
|     <event name="source_actions" since="3"> |     <event name="source_actions" since="3"> | ||||||
|  | @ -606,7 +606,7 @@ | ||||||
| 	side changes its offered actions through wl_data_source.set_actions. | 	side changes its offered actions through wl_data_source.set_actions. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="source_actions" type="uint" summary="actions offered by the data source" |       <arg name="source_actions" type="uint" summary="actions offered by the data source" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|     </event> |     </event> | ||||||
| 
 | 
 | ||||||
|     <event name="action" since="3"> |     <event name="action" since="3"> | ||||||
|  | @ -648,7 +648,7 @@ | ||||||
| 	must happen before the call to wl_data_offer.finish. | 	must happen before the call to wl_data_offer.finish. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="dnd_action" type="uint" summary="action selected by the compositor" |       <arg name="dnd_action" type="uint" summary="action selected by the compositor" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|     </event> |     </event> | ||||||
|   </interface> |   </interface> | ||||||
| 
 | 
 | ||||||
|  | @ -746,7 +746,7 @@ | ||||||
| 	for drag-and-drop will raise a protocol error. | 	for drag-and-drop will raise a protocol error. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="dnd_actions" type="uint" summary="actions supported by the data source" |       <arg name="dnd_actions" type="uint" summary="actions supported by the data source" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|     </request> |     </request> | ||||||
| 
 | 
 | ||||||
|     <event name="dnd_drop_performed" since="3"> |     <event name="dnd_drop_performed" since="3"> | ||||||
|  | @ -803,7 +803,7 @@ | ||||||
| 	they reflect the current action. | 	they reflect the current action. | ||||||
|       </description> |       </description> | ||||||
|       <arg name="dnd_action" type="uint" summary="action selected by the compositor" |       <arg name="dnd_action" type="uint" summary="action selected by the compositor" | ||||||
|            enum="wl_data_device_manager.dnd_action"/> | 	   enum="wl_data_device_manager.dnd_action"/> | ||||||
|     </event> |     </event> | ||||||
|   </interface> |   </interface> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -50,9 +50,9 @@ | ||||||
|     <event name="hey"/> |     <event name="hey"/> | ||||||
| 
 | 
 | ||||||
|     <enum name="foo"> |     <enum name="foo"> | ||||||
|         <entry name="first" value="0" summary="this is the first"/> | 	<entry name="first" value="0" summary="this is the first"/> | ||||||
|         <entry name="second" value="1" summary="this is the second"/> | 	<entry name="second" value="1" summary="this is the second"/> | ||||||
|         <entry name="third" value="2" since="2" summary="this is the third"/> | 	<entry name="third" value="2" since="2" summary="this is the third"/> | ||||||
|     </enum> |     </enum> | ||||||
|   </interface> |   </interface> | ||||||
| </protocol> | </protocol> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter Hutterer
						Peter Hutterer