[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2267: fix omitted members in gtk3 _GdkEventScroll

Mats Wichmann mats at linuxfoundation.org
Wed Jun 11 16:18:51 UTC 2014


------------------------------------------------------------
revno: 2267
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Wed 2014-06-11 10:18:51 -0600
message:
  fix omitted members in gtk3 _GdkEventScroll
modified:
  headers/All/5.0/gtk-3.0/gdk/gdk.h.defs
  headers/All/5.1/gtk-3.0/gdk/gdk.h.defs
  headers/gtk-3.0/gdk/gdk.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/gtk-3.0/gdk/gdk.h.defs'
--- a/headers/All/5.0/gtk-3.0/gdk/gdk.h.defs	2014-04-03 20:42:48 +0000
+++ b/headers/All/5.0/gtk-3.0/gdk/gdk.h.defs	2014-06-11 16:18:51 +0000
@@ -136,6 +136,8 @@
     GdkDevice *device;
     gdouble x_root;
     gdouble y_root;
+    gdouble delta_x;
+    gdouble delta_y;
 } GdkEventScroll;
 typedef struct _GdkEventKey {
     GdkEventType type;

=== modified file 'headers/All/5.1/gtk-3.0/gdk/gdk.h.defs'
--- a/headers/All/5.1/gtk-3.0/gdk/gdk.h.defs	2014-04-03 20:42:48 +0000
+++ b/headers/All/5.1/gtk-3.0/gdk/gdk.h.defs	2014-06-11 16:18:51 +0000
@@ -136,6 +136,8 @@
     GdkDevice *device;
     gdouble x_root;
     gdouble y_root;
+    gdouble delta_x;
+    gdouble delta_y;
 } GdkEventScroll;
 typedef struct _GdkEventKey {
     GdkEventType type;

=== modified file 'headers/gtk-3.0/gdk/gdk.h'
--- a/headers/gtk-3.0/gdk/gdk.h	2014-04-03 20:42:48 +0000
+++ b/headers/gtk-3.0/gdk/gdk.h	2014-06-11 16:18:51 +0000
@@ -726,6 +726,8 @@
 	GdkDevice *device;
 	gdouble x_root;
 	gdouble y_root;
+	gdouble delta_x;
+	gdouble delta_y;
     };
 
     struct _GdkEventKey {

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-06-11 15:11:39 +0000
+++ b/package/Makefile	2014-06-11 16:18:51 +0000
@@ -50,7 +50,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-BUILDNO=2
+BUILDNO=3
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list