diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-01-04 18:15:56 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-01-04 18:15:56 +0000 |
commit | f435c770e41b0c2c0ce79d861d2fbb8d8f6aa2e9 (patch) | |
tree | 88944113b94f7854f61ec80eb40eff98e442196f /x-ui.sh | |
parent | 5ebb87d1581f428f20b99c1e5dfa6b2a6bf8aafe (diff) |
Add illume atoms to e_border struct.
Add code to fetch illume atoms on border map & property changes (if needed).
- This avoids a lot of round-trip calls to X when running illume2.
Remove whitespace & fix some formatting.
Use PATH_MAX instead of 4096.
Update illume2 code to use new border atoms and avoid round-trip X calls.
SVN revision: 44879
Diffstat (limited to 'x-ui.sh')
-rwxr-xr-x | x-ui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ | |||
5 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & | 5 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & |
6 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 480x272x16 & | 6 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 480x272x16 & |
7 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & | 7 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & |
8 | Xephyr :1 -noreset -ac -br -dpi 183 -screen 320x480x16 -host-cursor & | 8 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 320x480x16 -host-cursor & |
9 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x320x16 -host-cursor & | 9 | Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x320x16 -host-cursor & |
10 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x800x16 & | 10 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x800x16 & |
11 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 800x480x16 & | 11 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 800x480x16 & |
12 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & | 12 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & |