diff options
author | guillaume <guillaume@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-08 16:36:03 +0000 |
---|---|---|
committer | guillaume <guillaume@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-08 16:36:03 +0000 |
commit | 4bc816f666f3663d88e1249b394636477110ebcd (patch) | |
tree | 05996b8d0583f39bd9a531c8fc9916f9a397be67 /beryl-plugins/IPCS_NAMES | |
parent | fd3b312b98e8259c8a22a9101c92914d8d88ab87 (diff) | |
download | marex-dev-4bc816f666f3663d88e1249b394636477110ebcd.tar.gz marex-dev-4bc816f666f3663d88e1249b394636477110ebcd.tar.bz2 |
Create an INSTALL file in trunk, make some small updates to other doc files, uppercase IPCS names (trappist) closes #703
git-svn-id: file:///beryl/trunk@2517 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/IPCS_NAMES')
-rw-r--r-- | beryl-plugins/IPCS_NAMES | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/beryl-plugins/IPCS_NAMES b/beryl-plugins/IPCS_NAMES index cb660af..e30952d 100644 --- a/beryl-plugins/IPCS_NAMES +++ b/beryl-plugins/IPCS_NAMES @@ -1,24 +1,25 @@ This file contains the Inter-Plugin-Communication-System atom names. - - blurfx: - Bool DISABLE_BLUR : Disable blur for the specific window/screen - Bool DISABLE_REFLECTION : Disable reflection for the specific window/screen - Bool DISABLE_MOTION_BLUR : Disable motion blur for the specific screen + Bool DISABLE_BLUR : Disable blur for the specific window/screen + Bool DISABLE_REFLECTION : Disable reflection for the specific window/screen + Bool DISABLE_MOTION_BLUR : Disable motion blur for the specific screen rotate: - Float PREVIOUS_ROTATION : Previous rotation radius (relative to viewport 1) + Float PREVIOUS_ROTATION : Previous rotation radius (relative to viewport 1) + Bool MOUSE_INITIATED_ROTATE : Rotation was initiated by a mouse event + Bool CUBE_SNAP_TOP_BOTTOM : Whether to snap to top or bottom cube faces showdesktop: - Bool SHOWDESKTOP_ACTIVE : Showdesktop is active on this screen + Bool SHOWDESKTOP_ACTIVE : Showdesktop is active on this screen splash: - Bool SPLASH_IS_ACTIVE : Splash is active on this screen + Bool SPLASH_IS_ACTIVE : Splash is active on this screen animation: - Bool IS_ANIMATED : This window is animated + Bool IS_ANIMATED : This window is animated cube: - VPtr cube_painting_caps_bool_ptr : A pointer to a Bool value that informs that cube currently paints caps - Bool MOUSE_INITIATED_ROTATE : Bool to indicate if the rotate was mouse initiated + VPtr CUBE_PAINTING_CAPS_BOOL_PTR : A pointer to a Bool value that informs that cube currently paints caps + Int MM_MODE : Multimonitor mode (Automatic, Multiscreen, Multiple, OneBig) + Bool INSIDE : Inside the cube |