diff options
author | Richard Grenville <[email protected]> | 2013-07-30 22:24:11 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2013-07-30 22:24:11 +0800 |
commit | 8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12 (patch) | |
tree | 07824143cff1f36fe618a6d949e956ea67cdb487 /c2.h | |
parent | 4f92672534b2ebb83616de98b40fb79761c0c2ac (diff) | |
download | tdebase-8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12.tar.gz tdebase-8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12.zip |
Misc: stoppaint_force & Documentation update
- Add stoppaint_force option, controlled via D-Bus, to stop painting
completely, which may look better than unredirecting the screen,
sometimes. (#41)
- Add x2, y2 matching targets.
- Update documentation.
Diffstat (limited to 'c2.h')
-rw-r--r-- | c2.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,8 @@ struct _c2_l { C2_L_PID, C2_L_PX, C2_L_PY, + C2_L_PX2, + C2_L_PY2, C2_L_PWIDTH, C2_L_PHEIGHT, C2_L_PWIDTHB, @@ -187,6 +189,8 @@ const static c2_predef_t C2_PREDEFS[] = { [C2_L_PID ] = { "id" , C2_L_TCARDINAL , 0 }, [C2_L_PX ] = { "x" , C2_L_TCARDINAL , 0 }, [C2_L_PY ] = { "y" , C2_L_TCARDINAL , 0 }, + [C2_L_PX2 ] = { "x2" , C2_L_TCARDINAL , 0 }, + [C2_L_PY2 ] = { "y2" , C2_L_TCARDINAL , 0 }, [C2_L_PWIDTH ] = { "width" , C2_L_TCARDINAL , 0 }, [C2_L_PHEIGHT ] = { "height" , C2_L_TCARDINAL , 0 }, [C2_L_PWIDTHB ] = { "widthb" , C2_L_TCARDINAL , 0 }, |