Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
Description
The headers within src/common/ currently rely instead on cumbersome naming like guac_rect.h to differentiate themselves from headers which might be present in the parts of guacamole-server which use that utility library.
These headers should instead use a namespaced directory, similar to the way libguac headers are found within the "guacamole" directory. Code would thus end up including these headers like:
#include "common/rect.h"
rather than:
#include "guac_rect.h"
Attachments
Attachments
Issue Links
- is depended upon by
-
GUACAMOLE-168 Add support for X.Org
-
- In Progress
-