This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-06 05:54:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f347cb90f1
genode
/
repos
/
gems
/
src
/
app
/
floating_window_layouter
/
target.mk
7 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
Window manager The window manager provides a nitpicker session interface. In contrast to the nitpicker server, which leaves the view layout up to the client, the window manager organizes the views on screen according to a policy provided by a window layouter. Furthermore, it equips views with window decorations as provided by a window decorator. Both layouter and decorator are independent programs.
2014-01-06 18:15:14 +00:00
TARGET
=
floating_window_layouter
SRC_CC
=
main.cc
Remove superfluous 'cxx' from LIBS in target.mk
2017-03-28 15:43:14 +00:00
LIBS
=
base
Window manager The window manager provides a nitpicker session interface. In contrast to the nitpicker server, which leaves the view layout up to the client, the window manager organizes the views on screen according to a policy provided by a window layouter. Furthermore, it equips views with window decorations as provided by a window decorator. Both layouter and decorator are independent programs.
2014-01-06 18:15:14 +00:00
Exclude higher-level repos from strict warnings This is a follow-up commit to "Increase default warning level", which overrides Genode's new default warning level for targets contained in higher-level repositories. By explicitly whitelisting all those targets, we can selectively adjust them to the new strictness over time - by looking out for 'CC_CXX_WARN_STRICT' in the target description files. Issue #465
2018-01-03 17:40:54 +00:00
CC_CXX_WARN_STRICT
=
Reference in New Issue
Copy Permalink