]> git.mdlowis.com Git - proto/labwc.git/commit
includes: identifier consistency in include guards
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 13 May 2023 13:10:33 +0000 (16:10 +0300)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 13 May 2023 21:29:21 +0000 (22:29 +0100)
commit7ad5200f2ec6843916b82a6efefac0685aeff5ce
tree8b4065535ce63a019a7fdecd1c105b41d0c3d861
parentdbad5fc483b2abed8c9bc07596a5a8d3a916e19e
includes: identifier consistency in include guards

Made all header files to have LABWC_ prefix in include guard identifers.

Converted from __LABWC_ in 35 include/ files.
Converted from __LAB_ in 5 include/ files.
Added LABWC prefix to 3 include/ files.
Added include guards to 3 include/ files.

The double underscores were removed since according to C standard
those "are always reserved for any use".
46 files changed:
include/action.h
include/buffer.h
include/common/buf.h
include/common/dir.h
include/common/fd_util.h
include/common/font.h
include/common/grab-file.h
include/common/graphic-helpers.h
include/common/list.h
include/common/match.h
include/common/mem.h
include/common/nodename.h
include/common/parse-bool.h
include/common/scaled_font_buffer.h
include/common/scaled_scene_buffer.h
include/common/scene-helpers.h
include/common/spawn.h
include/common/string-helpers.h
include/config/keybind.h
include/config/libinput.h
include/config/mousebind.h
include/config/rcxml.h
include/config/session.h
include/cursor.h
include/debug.h
include/decorations.h
include/dnd.h
include/key-state.h
include/labwc.h
include/layers.h
include/menu/menu.h
include/node.h
include/regions.h
include/resistance.h
include/session-lock.h
include/ssd-internal.h
include/ssd.h
include/theme.h
include/view-impl-common.h
include/view.h
include/window-rules.h
include/workspaces.h
include/xbm/parse.h
include/xbm/tokenize.h
include/xbm/xbm.h
include/xwayland.h