Commit 724ef3e
Fix Linux-specific compile errors in x11.cpp and print_handler_gtk.cpp
- cef_config.h: define CEF_X11 on Linux so cef_get_xdisplay() is declared
(CEF_X11 guard was present in cef_types_linux.h but the macro was never set)
- x11.h: add <gtk/gtkx.h> for explicit GtkPlug/GtkSocket X11 declarations
- subprocess/CMakeLists.txt: add gtk+-unix-print-3.0 pkg-config module so
its include dirs are available for <gtk/gtkunixprint.h>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent abdf42a commit 724ef3e
3 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments