diff options
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/shape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/shape.c b/Xext/shape.c index 2fc789ec1..142f9c178 100644 --- a/Xext/shape.c +++ b/Xext/shape.c @@ -881,6 +881,7 @@ SendShapeNotify(WindowPtr pWin, int which) default: return; } + UpdateCurrentTimeIf(); for (pShapeEvent = *pHead; pShapeEvent; pShapeEvent = pShapeEvent->next) { xShapeNotifyEvent se = { .type = ShapeNotify + ShapeEventBase, |