From 7a61982c534a295ecf5dba2d21ba56fcd2d15d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 1 Jul 2008 09:24:49 +0000 Subject: [PATCH] Add a link to a quite extensive Xlib programming manual. svn path=/trunk/KDE/kdebase/workspace/; revision=826757 --- HACKING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 789b7db82e..0fd1615d81 100644 --- a/HACKING +++ b/HACKING @@ -160,7 +160,9 @@ understanding. A reference manual for Xlib can be found e.g. at ftp://ftp.x.org/pub/X11R7.0/doc/PDF/xlib.pdf , a tutorial explaining basic can be found e.g. at http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html (note that you don't need to know that all - e.g. GC's are very rarely needed and the -section on fonts is today outdated). +section on fonts is today outdated). At http://www.sbin.org/doc/Xlib/index_contents.html can +be found an Xlib programming manual (some of those are more or less obsolete these days, but +there is e.g. an extensive section related to window management). Coding style: