corentin-soriano opened a new pull request, #549:
URL: https://github.com/apache/guacamole-server/pull/549
Fix for compilation error related to #544:
```c
In file included from display.h:25,
from display.c:23:
display.c: In function ‘guac_vnc_send_desktop_size’:
display.c:206:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
206 | rfbClientSwap16IfLE(client->screen.width),
| ^~
display.c:206:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
206 | rfbClientSwap16IfLE(client->screen.width),
| ^~
display.c:206:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
206 | rfbClientSwap16IfLE(client->screen.width),
| ^~
display.c:207:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
207 | rfbClientSwap16IfLE(client->screen.height),
| ^~
display.c:207:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
207 | rfbClientSwap16IfLE(client->screen.height),
| ^~
display.c:207:39: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
207 | rfbClientSwap16IfLE(client->screen.height),
| ^~
make[2]: *** [Makefile:618: libguac_client_vnc_la-display.lo] Error 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]