ladybird/MenuApplets/Clock
Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Now that the "unix" pledge is no longer required for socket I/O, we can
drop it after making the connections we need in a program.

In most GUI program cases, once we've connected to the WindowServer by
instantiating a GApplication, we no longer need "unix" :^)
2020-01-12 12:03:57 +01:00
..
.gitignore MenuApplets: Add gitignore for clock applet 2019-12-28 00:24:56 +01:00
main.cpp Applications+DevTools+MenuApplets: Drop "unix" pledge when possible 2020-01-12 12:03:57 +01:00
Makefile MenuApplets: Add Clock applet, move code from WindowServer to the applet. 2019-12-27 22:47:31 +01:00