debian/patches/072_workaround_directfb_build.patch,

debian/patches/092_fix_printtest_include.patch,
This commit is contained in:
Sebastian Dröge
2009-04-12 09:30:13 +00:00
parent 37ffbbaf63
commit baf82f89d2
3 changed files with 2 additions and 22 deletions

3
debian/changelog vendored
View File

@ -72,7 +72,8 @@ gtk+2.0 (2.16.1-1) experimental; urgency=low
* New upstream bugfix release: * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch: + debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version. - Regenerated for the new version.
+ debian/patches/092_fix_printtest_include.patch, + debian/patches/072_workaround_directfb_build.patch,
debian/patches/092_fix_printtest_include.patch,
debian/patches/093_git_change_fix_focus_issue.patch: debian/patches/093_git_change_fix_focus_issue.patch:
- Dropped, merged upstream. - Dropped, merged upstream.

View File

@ -1,20 +0,0 @@
Index: gtk+2.0-2.14.0/gdk/directfb/gdktestutils-directfb.c
===================================================================
--- gtk+2.0-2.14.0.orig/gdk/directfb/gdktestutils-directfb.c 2008-09-04 06:36:10.000000000 +0200
+++ gtk+2.0-2.14.0/gdk/directfb/gdktestutils-directfb.c 2008-09-05 00:36:44.000000000 +0200
@@ -175,7 +175,6 @@
evt.clazz = DFEC_WINDOW;
evt.type = (key_pressrelease == GDK_KEY_PRESS) ? DWET_KEYDOWN : DWET_KEYUP;
- evt.flags = DWEF_NONE;
evt.window_id = impl->dfb_id;
evt.x = MAX(x, 0);
evt.y = MAX(y, 0);
@@ -241,7 +240,6 @@
evt.clazz = DFEC_WINDOW;
evt.type = (button_pressrelease == GDK_BUTTON_PRESS) ? DWET_BUTTONDOWN : DWET_BUTTONUP;
- evt.flags = DWEF_NONE;
evt.window_id = impl->dfb_id;
evt.x = MAX(x, 0);
evt.y = MAX(y, 0);

View File

@ -15,5 +15,4 @@
060_ignore-random-icons.patch 060_ignore-random-icons.patch
061_use_pdf_as_default_printing_standard.patch 061_use_pdf_as_default_printing_standard.patch
070_mandatory-relibtoolize.patch 070_mandatory-relibtoolize.patch
072_workaround_directfb_build.patch
091_workaround_no_gtk_init_incorrect_display.patch 091_workaround_no_gtk_init_incorrect_display.patch