Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treeview: Don't create an overly large pixel cache | Benjamin Otte | 2015-02-05 | 1 | -0/+50 |
GPUs generally have problems when you create a 35000px wide surface. Luckily X catches this and sends a BadAlloc. Which GTK immediately abort()s on. Testcase included. https://bugzilla.redhat.com/show_bug.cgi?id=1163579 |