/* * Matchbox Window Manager - A lightweight window manager not for the * desktop. * * Authored By Matthew Allum * * Copyright (c) 2002, 2004 OpenedHand Ltd - http://o-hand.com * * SPDX-License-Identifier: GPL-2.0-or-later * */ #include "structs.h" #include "wm.h" #include "misc.h" int main(int argc, char **argv) { Wm *w; struct sigaction act;