+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Very simple C string buffer implementation
*
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_DIR_H
#define __LABWC_DIR_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_FONT_H
#define __LABWC_FONT_H
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Read file into memory
*
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_NODENAME_H
#define __LABWC_NODENAME_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_SPAWN_H
#define __LABWC_SPAWN_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_STRING_HELPERS_H
#define __LABWC_STRING_HELPERS_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_ZFREE_H
#define __LABWC_ZFREE_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_KEYBIND_H
#define __LABWC_KEYBIND_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_LIBINPUT_H
#define __LABWC_LIBINPUT_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_MOUSEBIND_H
#define __LABWC_MOUSEBIND_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_RCXML_H
#define __LABWC_RCXML_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_SESSION_H
#define __LABWC_SESSION_H
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_LAYERS_H
#define __LABWC_LAYERS_H
#include <wayland-server.h>
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __RESISTANCE_H
#define __RESISTANCE_H
#include "labwc.h"
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_SSD_H
#define __LABWC_SSD_H
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Theme engine for labwc
*
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Parse xbm token to create pixmap
*
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* XBM file tokenizer
*
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_XBM_H
#define __LABWC_XBM_H
+// SPDX-License-Identifier: GPL-2.0-only
#include <ctype.h>
#include "common/buf.h"
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Find the configuration and theme directories
*
+// SPDX-License-Identifier: GPL-2.0-only
#include <cairo.h>
#include <drm_fourcc.h>
#include <pango/pangocairo.h>
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Read file into memory
*
+// SPDX-License-Identifier: GPL-2.0-only
#include <ctype.h>
#include <string.h>
#include "common/nodename.h"
{
if (view.left >= other.left && target.left < other.left
&& target.left >= other.left - strength) {
- flags->left = 1;
+ flags->left = 1;
} else if (view.right <= other.right && target.right > other.right
&& target.right <= other.right + strength) {
flags->right = 1;