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) (side-by-side diff)
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 @@
+We try hard to get Opie compiled with Qt2/X11
+
+While directly drawing into the framebuffer is fast
+and takes less memory compared to Qt2/X11
+sometimes you may want to use X11 cause you need
+some feature of the X protocol or you think it's just
+cute.
+
+We try hard to not break Opies normal compilation and to avoid
+#ifdefs at all cost
+
+Things that are different on X11 with Qt2/X11
+- No fonthandling
+- No Windowdecoration
+- No IPC
+- No keyhandling
+- No powerhandling
+
+are built in
+
+We will ignore fontloading for now cause it belongs to X11.
+The same applies to keyhandling
+X11 is taking care of APM if not it's the kernel...
+
+Ok so we need to replace IPC and do empty stubs for the other things
+
+IPC: Our X11 IPC system is called OCOP and we've an almost sc QCopChannel
+implementation. QCopEnvelope should work out of the box.
+We do some symlinks to built opie out of the box.
+
+How to build Opie/x11 currently it's quite hard to but I'll make it more easy
+soon
+
+
+regards Holger
+
+ 10-15-2002