Searched refs:x_error (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/common/gui/ |
| H A D | xvideo.cpp | 69 static int x_error = 0; variable 105 x_error = error->error_code; in xerr_handler() 112 XGetErrorText(dpy_, x_error, err, 255); in xerr_handler() 113 fprintf(stderr, "Warning: Can't attach shared memory to display: %s (%d)\n", err, x_error); in xerr_handler() 213 if (!XShmAttach(dpy, &shmseginfo) || x_error) { in init_window() 215 XGetErrorText(dpy, x_error, err, 255); in init_window() 219 x_error); in init_window()
|