mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
IMHO it encourages better design (by making dependencies more obvious) to have source file/header file pairs like view.c/view.h, rather than a monolithic header like labwc.h with everything in it. I don't think we need to break up all of labwc.h at once, but maybe we can start pulling it apart bit by bit as it's convenient. Also: - Move "struct border" to ssd.h so that view.h can use it without pulling in all of labwc.h. - Add a missing required #include within scaled_font_buffer.h (forward declaration of "struct font" is not enough). |
||
|---|---|---|
| .. | ||
| buf.h | ||
| dir.h | ||
| fd_util.h | ||
| font.h | ||
| grab-file.h | ||
| graphic-helpers.h | ||
| list.h | ||
| mem.h | ||
| nodename.h | ||
| scaled_font_buffer.h | ||
| scaled_scene_buffer.h | ||
| scene-helpers.h | ||
| spawn.h | ||
| string-helpers.h | ||