summaryrefslogtreecommitdiff
path: root/x11/README
authorzecke <zecke>2002-10-15 21:38:43 (UTC)
committer zecke <zecke>2002-10-15 21:38:43 (UTC)
commitb774e015816e51ac65e5d1c685306f8404a3a19e (patch) (unidiff)
treeccb4881ffce2a027b6c0b95854623bb713b69554 /x11/README
parentfb99aec5215da635abfa28288d170f110114bba3 (diff)
downloadopie-b774e015816e51ac65e5d1c685306f8404a3a19e.zip
opie-b774e015816e51ac65e5d1c685306f8404a3a19e.tar.gz
opie-b774e015816e51ac65e5d1c685306f8404a3a19e.tar.bz2
More OPIE X11 Stuff
Some empty stubs to compile against Qt2/X it will not link though
Diffstat (limited to 'x11/README') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/README b/x11/README
new file mode 100644
index 0000000..b8c88ed
--- a/dev/null
+++ b/x11/README
@@ -0,0 +1,37 @@
1We try hard to get Opie compiled with Qt2/X11
2
3While directly drawing into the framebuffer is fast
4and takes less memory compared to Qt2/X11
5sometimes you may want to use X11 cause you need
6some feature of the X protocol or you think it's just
7cute.
8
9We try hard to not break Opies normal compilation and to avoid
10#ifdefs at all cost
11
12Things that are different on X11 with Qt2/X11
13- No fonthandling
14- No Windowdecoration
15- No IPC
16- No keyhandling
17- No powerhandling
18
19are built in
20
21We will ignore fontloading for now cause it belongs to X11.
22The same applies to keyhandling
23X11 is taking care of APM if not it's the kernel...
24
25Ok so we need to replace IPC and do empty stubs for the other things
26
27IPC: Our X11 IPC system is called OCOP and we've an almost sc QCopChannel
28implementation. QCopEnvelope should work out of the box.
29We do some symlinks to built opie out of the box.
30
31How to build Opie/x11 currently it's quite hard to but I'll make it more easy
32soon
33
34
35regards Holger
36
37 10-15-2002