From c684b4ca64e13fedb4c4e5ddfe08c3dda400fb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 26 Feb 2006 17:56:59 +0000 Subject: [PATCH] oops, this completes the previous commit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16517 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/WindowLayer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/servers/app/WindowLayer.h b/src/servers/app/WindowLayer.h index f4f73c4dae..b4a01751de 100644 --- a/src/servers/app/WindowLayer.h +++ b/src/servers/app/WindowLayer.h @@ -263,6 +263,7 @@ class WindowLayer { ::Desktop* fDesktop; BPoint fLastMousePosition; + bigtime_t fLastMoveTime; // The synchronization, which client drawing commands // belong to the redraw of which dirty region is handled