Moved static variables from hint.c into VpVore struct.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 14:51:44 +0000 (15:51 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 22 Dec 2012 14:51:44 +0000 (15:51 +0100)
commit03456ceccd71dfa18e77dbdf6a5ef165e024f30a
tree5403bc83060a6d6bdcadae749e340dbc82f95dd9
parentfe7019682cceabfeec991c14406c3f9bfa086fe1
Moved static variables from hint.c into VpVore struct.

This change makes the variables to global variables what isn't a good choice
in general, but it makes the code a bit more clean here and allow us to manage
multiple webviews together in the future.
src/hints.c
src/hints.h
src/main.c
src/main.h