labwc/include/common
John Lindgren f08e931a29 include: Break out view.h from labwc.h
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).
2022-11-21 21:42:37 +00:00
..
buf.h Add SPDX identifiers 2021-11-13 21:56:53 +00:00
dir.h Add SPDX identifiers 2021-11-13 21:56:53 +00:00
fd_util.h common: Add helpers for raising/lowering FD limit 2022-07-17 00:59:23 +00:00
font.h config: Add support for font slant and weight 2022-09-15 21:48:05 +01:00
grab-file.h Add SPDX identifiers 2021-11-13 21:56:53 +00:00
graphic-helpers.h s/wl_list_insert(list.prev...)/wl_list_append(list...)/ 2022-10-05 19:50:36 +01:00
list.h common: add wl_list_append() 2022-10-05 19:50:36 +01:00
mem.h Fix coding style 2022-11-03 23:01:52 +01:00
nodename.h Fix trivial coding style breaches 2022-04-04 20:53:36 +01:00
scaled_font_buffer.h include: Break out view.h from labwc.h 2022-11-21 21:42:37 +00:00
scaled_scene_buffer.h Fix minor coding-style violations 2022-09-22 22:39:44 +01:00
scene-helpers.h alt-tab preview: restore functionality after move to scene-graph 2022-08-28 20:40:36 +02:00
spawn.h Add SPDX identifiers 2021-11-13 21:56:53 +00:00
string-helpers.h Add SPDX identifiers 2021-11-13 21:56:53 +00:00