From b774e015816e51ac65e5d1c685306f8404a3a19e Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 15 Oct 2002 21:38:43 +0000 Subject: More OPIE X11 Stuff Some empty stubs to compile against Qt2/X it will not link though --- (limited to 'x11/README') 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 -- cgit v0.9.0.2