summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-11-03 23:32:24 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 14:09:45 +0200
commitb119f4e725b4fc1c245c5e30042677022a41983d (patch)
tree7ea6c4abd61082bb8e46f480899b319bb851d053 /src/window.h
parent0481f6e8092847cb934f22241630f7531b8b7744 (diff)
downloadscreen-b119f4e725b4fc1c245c5e30042677022a41983d.tar.gz
windows have unsigned numbers
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 9144721..ef34d21 100644
--- a/src/window.h
+++ b/src/window.h
@@ -135,7 +135,7 @@ struct Window {
struct pseudowin *w_pwin; /* ptr to pseudo */
Display *w_pdisplay; /* display for printer relay */
Display *w_lastdisp; /* where the last input was made */
- int w_number; /* window number */
+ uint16_t w_number; /* window number */
Event w_readev;
Event w_writeev;
Event w_silenceev; /* silence event */