Bug 2055183: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
committed by
stransky@redhat.com
parent
2593b1bad3
commit
a2c4cb6319
@@ -65,9 +65,10 @@ void nsDragSessionGtk::ReplyToDragMotion() {
|
||||
|
||||
void nsDragSessionGtk::ReplyToDragMotion(GdkDragContext* aDragContext,
|
||||
guint aTime) {
|
||||
LOGDRAGSERVICE("nsDragSessionGtk::ReplyToDragMotion(%p) can drop %d"\
|
||||
" mDragAction %d",
|
||||
aDragContext, mCanDrop, mDragAction);
|
||||
LOGDRAGSERVICE(
|
||||
"nsDragSessionGtk::ReplyToDragMotion(%p) can drop %d"
|
||||
" mDragAction %d",
|
||||
aDragContext, mCanDrop, mDragAction);
|
||||
|
||||
// gdk_drag_status() is a kind of red herring here.
|
||||
// It does not control final D&D operation type (copy/move) but controls
|
||||
@@ -412,7 +413,8 @@ void nsDragSessionGtk::DropFinish(bool aSucceed) {
|
||||
if (!task->mDragContext) {
|
||||
return;
|
||||
}
|
||||
LOGDRAGSERVICE("nsDragSessionGtk::DropFinish() (gtk_drag_finish) aSucceed %d", aSucceed);
|
||||
LOGDRAGSERVICE("nsDragSessionGtk::DropFinish() (gtk_drag_finish) aSucceed %d",
|
||||
aSucceed);
|
||||
gtk_drag_finish(task->mDragContext, aSucceed,
|
||||
/* del = */ FALSE, task->mTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user