summaryrefslogtreecommitdiffstats
path: root/include/view-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-10 17:51:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-10 17:51:23 +0200
commit09437e3f0e22a0819cd841635f572dab88e644ad (patch)
tree128746728265aab358ad134b7775ebe8f859294a /include/view-internal.h
parent6070826c4d8dafedf3a4b904cbe98e86ef83879b (diff)
We don't have a negative page number.
Diffstat (limited to 'include/view-internal.h')
-rw-r--r--include/view-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view-internal.h b/include/view-internal.h
index d041023a..4912da10 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -28,7 +28,7 @@ struct RofiViewState
int update;
int refilter;
int rchanged;
- int cur_page;
+ unsigned int cur_page;
// Entries
textbox *text;