summaryrefslogtreecommitdiff
path: root/vcl/inc/brdwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-10 10:33:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-03-10 10:41:38 +0000
commit51d1fca2041ba4478c5abae59b1ed4fee37ea1ee (patch)
treeeccae16d5e06a8c05d4cc7ddf1951ac90246dc52 /vcl/inc/brdwin.hxx
parent6802f760a69f3b1f203d70399f0d73764f9159d5 (diff)
Related: tdf#98419 gtk3: reimplement passing window move control to wm...
for wayland Dragging toolbars around to move them (starting with an undocked toolbar, not the moving outline fake thing) doesn't work under wayland (as far as I can see) without using gtk_window_begin_move_drag i.e. gtk_window_move doesn't work. But this is supposed to be used from the initial mouse click (while it works under wayland from a move, it doesn't work under X from a move) so rework the last attempt to occur right at the initial click to drag. Change-Id: I612f188b3e8482307bc816f5aa775530e6092eda
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r--vcl/inc/brdwin.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx
index 5180b00fa4b6..d6fa9c2fbd78 100644
--- a/vcl/inc/brdwin.hxx
+++ b/vcl/inc/brdwin.hxx
@@ -175,8 +175,6 @@ public:
Rectangle GetMenuRect() const;
- void MoveToByDrag(const Point& rNewPos);
-
virtual Size GetOptimalSize() const override;
};