Commit f2321e217976042403adfb74bffa7dceffa6febd
- Diff rendering mode:
- inline
- side by side
src/gui/kernel/qapplication_x11.cpp
(5 / 0)
|   | |||
| 614 | 614 | ||
| 615 | 615 | static int qt_x_errhandler(Display *dpy, XErrorEvent *err) | |
| 616 | 616 | { | |
| 617 | if (X11->display != dpy) { | ||
| 618 | // only handle X errors for our display | ||
| 619 | return 0; | ||
| 620 | } | ||
| 621 | |||
| 617 | 622 | switch (err->error_code) { | |
| 618 | 623 | case BadAtom: | |
| 619 | 624 | if (err->request_code == 20 /* X_GetProperty */ |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

