[Xcb-commit] src

Jeremy Kolb jkolb at kemper.freedesktop.org
Mon Feb 12 16:49:11 PST 2007


 src/damage.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

New commits:
diff-tree dc8737707ef3651aca8194f2d96df54b8d00abe4 (from e7f9e65036490e7a5f70166d16414432bfff194d)
Author: Jeremy Kolb <jkolb at brandeis.edu>
Date:   Mon Feb 12 19:49:12 2007 -0500

    Update DAMAGE to 1.1

diff --git a/src/damage.xml b/src/damage.xml
index 4e03057..378e3ac 100644
--- a/src/damage.xml
+++ b/src/damage.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-Copyright (C) 2004 Josh Triplett.  All Rights Reserved.
+Copyright (C) 2004 Josh Triplett
+Copyright (C) 2007 Jeremy Kolb
+All Rights Reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -24,9 +26,9 @@ institutions shall not be used in advert
 sale, use or other dealings in this Software without prior written
 authorization from the authors.
 -->
-<!-- This file describes version 1 of DAMAGE. -->
+<!-- This file describes version 1.1 of DAMAGE. -->
 <xcb header="damage" extension-xname="DAMAGE" extension-name="Damage"
-    major-version="1" minor-version="0">
+    major-version="1" minor-version="1">
   <import>xproto</import>
   <import>xfixes</import>
 
@@ -69,6 +71,11 @@ authorization from the authors.
     <field type="REGION" name="parts" />
   </request>
 
+  <request name="Add" opcode="4">
+    <field type="DRAWABLE" name="drawable" />
+    <field type="REGION" name="region" />
+  </request>
+
   <event name="Notify" number="0">
     <field type="CARD8"     name="level" /> <!-- ReportLevel -->
     <field type="DRAWABLE"  name="drawable" />


More information about the xcb-commit mailing list