summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-08 07:59:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-08 07:59:13 +0200
commit97be7f906daa5ff639c7869857261550e02d99ee (patch)
treefbdb5b958e2653f410e182088e85b95b7bebbbbc /vcl
parent54f2a4184d1296814e64cfeab1d06ae90d002357 (diff)
loplugin:nullptr
Change-Id: I5878df00006ca8a1b4e249c4b3775f21c610d151
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 503783f2fd7e..1695d483b3cf 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -2058,7 +2058,7 @@ void GtkSalFrame::grabPointer( bool bGrab, bool bOwnerEvents )
if (bGrab)
{
gdk_seat_grab(pSeat, widget_get_window(getMouseEventWidget()), GDK_SEAT_CAPABILITY_ALL_POINTING,
- bOwnerEvents, NULL, NULL, NULL, NULL);
+ bOwnerEvents, nullptr, nullptr, nullptr, nullptr);
}
else
{