File tree Expand file tree Collapse file tree 10 files changed +10
-3
lines changed
Expand file tree Collapse file tree 10 files changed +10
-3
lines changed Original file line number Diff line number Diff 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+
6270BUGS
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.
Original file line number Diff line number Diff line change 1414
1515static Display * dpy ;
1616static Window root ;
17- static Window root ;
1817static int screen ;
1918static int depth ;
2019
You can’t perform that action at this time.
0 commit comments