|
|
@@ -1,15 +1,15 @@ |
|
|
|
/* |
|
|
|
* neercs console-based window manager |
|
|
|
* Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> |
|
|
|
* 2008-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> |
|
|
|
* 2008-2010 Pascal Terjan <pterjan@linuxfr.org> |
|
|
|
* All Rights Reserved |
|
|
|
/* |
|
|
|
* neercs — console-based window manager |
|
|
|
* |
|
|
|
* Copyright © 2006—2015 Sam Hocevar <sam@hocevar.net> |
|
|
|
* © 2008—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> |
|
|
|
* © 2008—2010 Pascal Terjan <pterjan@linuxfr.org> |
|
|
|
* |
|
|
|
* This program is free software. It comes without any warranty, to |
|
|
|
* the extent permitted by applicable law. You can redistribute it |
|
|
|
* and/or modify it under the terms of the Do What The Fuck You Want |
|
|
|
* To Public License, Version 2, as published by Sam Hocevar. See |
|
|
|
* http://www.wtfpl.net/ for more details. |
|
|
|
* and/or modify it under the terms of the Do What the Fuck You Want |
|
|
|
* to Public License, Version 2, as published by the WTFPL Task Force. |
|
|
|
* See http://www.wtfpl.net/ for more details. |
|
|
|
*/ |
|
|
|
|
|
|
|
void client_init(void); |
|
|
|