mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616884. Add comment to note that stored clip region isn't updated. a=comment
This commit is contained in:
parent
aeba075f23
commit
b6557f333d
@ -460,6 +460,12 @@ protected:
|
||||
void StopFlashing();
|
||||
static PRBool IsTopLevelMouseExit(HWND aWnd);
|
||||
static void SetupKeyModifiersSequence(nsTArray<KeyPair>* aArray, PRUint32 aModifiers);
|
||||
/*
|
||||
* If aIntersectWithExisting is true then the stored clip region isn't
|
||||
* updated (only the actual clip on the window) so this should be called
|
||||
* again soon afterward with aIntersectWithExisting false so the stored clip
|
||||
* region does get updated.
|
||||
*/
|
||||
nsresult SetWindowClipRegion(const nsTArray<nsIntRect>& aRects,
|
||||
PRBool aIntersectWithExisting);
|
||||
nsIntRegion GetRegionToPaint(PRBool aForceFullRepaint,
|
||||
|
Loading…
Reference in New Issue
Block a user