diff options
| author | rsc <devnull@localhost> | 2004-04-19 19:35:17 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-19 19:35:17 +0000 |
| commit | aa8086853b3826d0d03aa04154d32396b4807a84 (patch) | |
| tree | c82d83fc9748b6dd8ae8d83cb4cff6f28dd73c68 /src/cmd/rio/manage.c | |
| parent | c2a9c3bb4efbad76a7971e314bdd791bbe5044ae (diff) | |
| download | plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.tar.gz plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.zip | |
x
Diffstat (limited to 'src/cmd/rio/manage.c')
| -rw-r--r-- | src/cmd/rio/manage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/rio/manage.c b/src/cmd/rio/manage.c index 115e0ef7..2c8f71c7 100644 --- a/src/cmd/rio/manage.c +++ b/src/cmd/rio/manage.c @@ -52,7 +52,7 @@ manage(Client *c, int mapped) getproto(c); gettrans(c); if (c->is9term) - c->hold = getiprop(c->window, _9wm_hold_mode); + c->hold = getiprop(c->window, _rio_hold_mode); /* Figure out what to do with the window from hints */ @@ -299,7 +299,7 @@ gravitate(Client *c, int invert) dy = 2*delta; break; default: - fprintf(stderr, "9wm: bad window gravity %d for 0x%x\n", gravity, (int)c->window); + fprintf(stderr, "rio: bad window gravity %d for 0x%x\n", gravity, (int)c->window); return; } dx += BORDER; |
