Fixed aliasing problems (do not use (POINT*)&rect constructs).
[wine] / documentation / wine-devel.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
6
7 <!entity compiling SYSTEM "compiling.sgml">
8 <!entity debugging SYSTEM "debugging.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity patches SYSTEM "patches.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity porting SYSTEM "porting.sgml">
14
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity ole SYSTEM "ole.sgml">
17 <!entity debugger SYSTEM "debugger.sgml">
18 <!entity consoles SYSTEM "consoles.sgml">
19 <!entity implementation SYSTEM "implementation.sgml">
20 <!entity opengl SYSTEM "opengl.sgml">
21 <!entity build SYSTEM "build.sgml">
22 <!entity tools SYSTEM "tools.sgml">
23 <!entity dlls SYSTEM "dlls.sgml">
24 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
25 <!entity multimedia SYSTEM "multimedia.sgml">
26
27 <!--
28 <!entity status SYSTEM "status.sgml">
29 -->
30 ]>
31
32 <book id="index">
33   <bookinfo>
34     <title>Wine Developer's Guide</title>
35   </bookinfo>
36
37   <part id="part-one">
38     <title>Developing Wine</title>
39
40     &compiling;
41     &debugger;
42     &documentation;
43     &testing;
44     &patches;
45     &i18n;
46     &tools;
47   </part>
48
49   <part id="part-two">
50     <title>Wine Architecture</title>
51
52     &architecture;
53     &debugging;
54     &ole;
55     &opengl;
56     &build;
57     &dlls;
58     &multimedia;
59   </part>
60
61   <part id="part-three">
62     <title>Advanced Topics</title>
63     &implementation;
64     &porting;
65     &consoles;
66     &cvs-regression;
67   </part>
68
69 </book>