weirdogamergirl / shimeji-ee

Automatically exported from code.google.com/p/shimeji-ee
0 stars 0 forks source link

beta X11 NativeFactoryImpl #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi,
here is my beta x11 impl.

needed:
- composition manager
- tray

todo:
- better absolute window position detection
  - like xwininfo with xcb
   i have problems in xfce4 but not in fvwm2 :>
- xcb instead of jna/xlib
- better border detection
- config file for border size
- browser/window list file
- more testing

if you want to have a try:
don't forget to fixup NativeFactory.java in
package com.group_finity.mascot;

String subpkg = "generic";

if ( Platform.isWindows() ) {
    subpkg = "win";
}else
    if ( Platform.isX11() ) {
    subpkg = "x11";
    }

Original issue reported on code.google.com by t...@anpa.nl on 26 Oct 2011 at 9:31

Attachments:

GoogleCodeExporter commented 8 years ago
uups :>
X11Environment.java:314 should look like this
rect.setBounds(x - left_c, y - top_c, width + left_c + right_c, height + top_c 
+ bottom_c);

Original comment by t...@anpa.nl on 26 Oct 2011 at 9:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I am having problems compiling this can you provide a .jar?

Original comment by Vek...@gmail.com on 22 Feb 2012 at 4:41