Skip to content

Commit 6f64f12

Browse files
committed
Original v0.1.
0 parents  commit 6f64f12

49 files changed

Lines changed: 57557 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
Kevin Pulo
3+
kev@pulo.com.au
4+
http://www.kev.pulo.com.au/
5+

BUGS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
- What is with Visuals? Sometimes they point to 0x41, etc...
3+
- Why is ext_data inside Visuals sometimes pointing to 0x10?
4+

COPYING

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
0.1:
3+
- Initial release
4+

INSTALL

Whitespace-only changes.

Makefile.am

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# xlibtrace: LD_PRELOAD library to trace libX11 calls
2+
# Copyright (C) 2007-2009 Kevin Pulo
3+
#
4+
# This library is free software; you can redistribute it and/or
5+
# modify it under the terms of the GNU Lesser General Public
6+
# License as published by the Free Software Foundation; either
7+
# version 2 of the License, or (at your option) any later version.
8+
#
9+
# This library is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
# Lesser General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU Lesser General Public
15+
# License along with this library; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
#
18+
# Contact:
19+
# Kevin Pulo
20+
# kev@pulo.com.au
21+
22+
23+
SUBDIRS=src
24+
25+
dist_noinst_DATA = BUGS
26+
27+
EXTRA_DIST = examples
28+

0 commit comments

Comments
 (0)