update ooo310-m15
[ooovba.git] / applied_patches / 0820-vcl-extra-sync.diff
blob19eb270110834cd08326471a3aab25bbb6c9c53c
1 --- vcl/unx/source/window/salframe.cxx 2009-04-02 12:44:26.000000000 +0200
2 +++ vcl/unx/source/window/salframe.cxx 2009-03-25 18:07:23.000000000 +0100
3 @@ -1334,6 +1335,9 @@
4 XUngrabPointer( GetXDisplay(),
5 CurrentTime );
7 + // flush here; there may be a very seldom race between
8 + // the display connection used for clipboard and our connection
9 + Flush();