Changeset 2491 for neercs/trunk
- Timestamp:
- Jun 27, 2008, 7:54:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/grab.c
r2455 r2491 1 /* 2 * neercs console-based window manager 3 * Copyright (c) 2008 Pascal Terjan 4 * All Rights Reserved 5 * 6 * $Id$ 7 * 8 * This program is free software. It comes without any warranty, to 9 * the extent permitted by applicable law. You can redistribute it 10 * and/or modify it under the terms of the Do What The Fuck You Want 11 * To Public License, Version 2, as published by Sam Hocevar. See 12 * http://sam.zoy.org/wtfpl/COPYING for more details. 13 */ 14 15 #include "config.h" 16 1 17 #include <errno.h> 2 18 #include <fcntl.h>
Note: See TracChangeset
for help on using the changeset viewer.