Commit e2ef751
Fix window_info.pyx Darwin SetAsChild: use CefRect instead of 5-arg form
SetAsChild(parent, x, y, w, h) was removed; the API now takes
(parent, CefRect). Update the Darwin branch to match the Linux branch,
constructing CefRect from [left,top,right,bottom] windowRect and also
setting runtime_style = CEF_RUNTIME_STYLE_ALLOY.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a64f75d commit e2ef751
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments