Skip to content

Commit 1e1ff2d

Browse files
committed
remove binaries
1 parent 0a691be commit 1e1ff2d

File tree

10 files changed

+10
-3
lines changed

10 files changed

+10
-3
lines changed

README

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,18 @@ FILES
5555
A window that reads the characters the user types and print them.
5656
Lesson: Introduction to X Input Method.
5757

58-
xwrite/
59-
A window that displays the string passed as argument.
58+
xoutput1/
59+
Display text on window.
60+
Lesson: Introduction to core X11 font system.
61+
62+
xoutput2/
63+
Display text on window.
6064
Lesson: Introduction to Xft.
6165

66+
xoutput3/
67+
Display text on window.
68+
Lesson: Introduction to Xft and font fallback.
69+
6270
BUGS
6371
Some paragraphs were copied as is from other sources when I was
6472
learning how to program using Xlib. I need to fix that.

xcount/xcount

-10.7 KB
Binary file not shown.

xcount/xcount.o

-6.09 KB
Binary file not shown.

xhello/xhello

-8.86 KB
Binary file not shown.

xhello/xhello.o

-4.07 KB
Binary file not shown.

xpaint1/xpaint

-10.2 KB
Binary file not shown.

xpaint1/xpaint.o

-5.43 KB
Binary file not shown.

xpaint2/xpaint

-11.7 KB
Binary file not shown.

xpaint2/xpaint.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
static Display *dpy;
1616
static Window root;
17-
static Window root;
1817
static int screen;
1918
static int depth;
2019

xpaint2/xpaint.o

-7.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)