labwc/src
Johan Malm 310c36c86d Fix build on Alpine Linux
Issue #144

Add `#define _POSIX_C_SOURCE 200809L` to avoid the error below:

../src/cursor.c: In function 'cursor_update_focus':
../src/cursor.c:271:2: warning: implicit declaration of function
'clock_gettime' [-Wimplicit-function-declaration]
  271 |  clock_gettime(CLOCK_MONOTONIC, &now);
      |  ^~~~~~~~~~~~~
../src/cursor.c:271:16: error: 'CLOCK_MONOTONIC' undeclared (first use in
this function)
  271 |  clock_gettime(CLOCK_MONOTONIC, &now);
      |                ^~~~~~~~~~~~~~~
../src/cursor.c:271:16: note: each undeclared identifier is reported only
once for each function it appears in
../src/cursor.c: In function 'is_double_click':
../src/cursor.c:486:16: error: 'CLOCK_MONOTONIC' undeclared (first use in
this function)
  486 |  clock_gettime(CLOCK_MONOTONIC, &now);
      |                ^~~~~~~~~~~~~~~
2021-12-28 15:06:33 +00:00
..
common Add SPDX identifiers 2021-11-13 21:56:53 +00:00
config move edge resizing from hard-coded to configuration 2021-12-26 21:31:11 +00:00
menu action: If we have a view that is an activator, use that instead of the current focus window 2021-12-03 18:13:30 +00:00
xbm *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00
action.c Fix coding style 2021-12-26 23:29:01 +00:00
cursor.c Fix build on Alpine Linux 2021-12-28 15:06:33 +00:00
damage.c *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00
desktop.c Fix coding style 2021-12-26 23:29:01 +00:00
foreign.c Implement foreign toplevel close 2021-12-23 09:29:08 -05:00
interactive.c interactive.c: fix style 2021-12-03 23:15:28 +00:00
key-state.c Fix coding style 2021-12-26 23:29:01 +00:00
keyboard.c keyboard: absolve release event if press was bound 2021-12-22 10:37:25 -05:00
layers.c layers: fix clang warning 2021-11-13 21:36:33 +00:00
main.c menu: support submenus 2021-11-02 18:31:19 +00:00
meson.build keyboard: absolve release event if press was bound 2021-12-22 10:37:25 -05:00
osd.c osd: fix crash when props are NULL 2021-12-16 20:42:07 -05:00
output.c Check the return value of wlr_output_layout_get() for NULL 2021-12-24 21:08:32 +00:00
resistance.c Add SPDX identifiers 2021-11-13 21:56:53 +00:00
seat.c Fix use-after-free errors detected by valgrind 2021-12-27 15:37:26 +00:00
server.c fix signal handlers 2021-12-01 07:12:37 +00:00
ssd.c implement corner/edge mouse contexts 2021-12-26 21:31:11 +00:00
subsurface.c build: fix name collision with wlroots, when linking statically 2021-11-08 19:10:37 +00:00
theme.c theme: add menu.overlap.{x,y} 2021-11-08 17:36:39 +00:00
view-child.c build: fix name collision with wlroots, when linking statically 2021-11-08 19:10:37 +00:00
view-impl.c desktop: rename functions to increase consistency 2021-12-06 21:23:49 +00:00
view.c view.c: Remove 'activated' flag when minimizing a view 2021-12-28 09:50:21 -05:00
xdg-deco.c xwayland.c,xdg-deco.c: fix style 2021-11-13 21:45:12 +00:00
xdg-popup.c *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00
xdg.c Fix use-after-free errors detected by valgrind 2021-12-27 15:37:26 +00:00
xwayland-unmanaged.c *.c: add SPDX-License-Identifier 2021-09-24 21:45:48 +01:00
xwayland.c Fix coding style 2021-12-26 23:29:01 +00:00