summaryrefslogtreecommitdiffstats
path: root/www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
commit2cf2887a3e734b89e5235d76c1d6f38a799df954 (patch)
treeda0f571e84ee755e80d1969251cf7310e384b8c4 /www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp
parent02d3d9e75036ab89c2d6d57a19ac5183f1948858 (diff)
downloadmarcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.gz
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.zst
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.zip
These gecko ports have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10577 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp')
-rw-r--r--www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp b/www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp
deleted file mode 100644
index df9abaef6..000000000
--- a/www/libxul/files/patch-widget_src_gtk2_nsDragService.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- widget/src/gtk2/nsDragService.cpp.nograb 2007-01-16 21:26:49.000000000 -0500
-+++ widget/src/gtk2/nsDragService.cpp 2007-01-16 21:27:04.000000000 -0500
-@@ -799,7 +799,6 @@
- void
- nsDragService::GetTargetDragData(GdkAtom aFlavor)
- {
-- gtk_grab_add(mHiddenWidget);
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("getting data flavor %d\n", aFlavor));
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("mLastWidget is %p and mLastContext is %p\n",
- mTargetWidget, mTargetDragContext));
-@@ -817,7 +816,6 @@
- gtk_main_iteration();
- }
- PR_LOG(sDragLm, PR_LOG_DEBUG, ("finished inner iteration\n"));
-- gtk_grab_remove(mHiddenWidget);
- }
-
- void