summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorGravatar Petr Vaněk 2022-10-21 16:36:14 +0200
committerGravatar Quentin Rameau 2022-10-22 13:07:19 +0200
commite9b7ec6722545a5a41f7d28d7fa873453b636aa0 (patch)
tree776842440aa2a87db5a856a1d23224cf4c9daa8b /common.h
parentwebext: Exchange fd over webkit messages (diff)
webext: add missing gio/gunixfdlist.h includes
This resolves two set of warnings pointed by compiler -Wimplicit-function-declaration and -Wint-conversion, where the later one can result with segfault caused by invalid cast from int to pointer. Fixes: 665a709b522a ("webext: Exchange fd over webkit messages")
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-0/+1 2009-09-08adding fflush()Gravatar Enno Boland (tox) 1-1/+3 2009-09-08rearranging config.def.hGravatar Enno Boland (tox) 1-22/+22 2009-09-07fixing numlock bug.Gravatar Enno Boland (tox) 1-1/+3 2009-09-07using gint instead of int (insane API, but ok.)Gravatar Enno Boland (tox) 1-19/+12 2009-09-07using simple strings for colors in config.hGravatar Enno Boland (tox) 2-6/+6 2009-09-07changing keybindingsGravatar Enno Boland (tox) 1-16/+15 2009-09-07changing minimal size.Gravatar Enno Boland (tox) 1-1/+1 2009-09-07next version is 0.1Gravatar Enno Boland (tox) 1-1/+1 2009-09-07moving config.h to config.def.h.Gravatar Enno Boland (tox) 2-11/+15 2009-09-07moving color definitions to config.hGravatar Enno Boland (tox) 2-4/+5 2009-09-07indicator is red when http and green when httpsGravatar Enno Boland (tox) 1-1/+15 2009-09-07making indicator smaller.Gravatar Enno Boland (tox) 1-1/+1 2009-09-07typoGravatar Enno Boland (tox) 1-2/+2 2009-09-07adding indicator bar.Gravatar Enno Boland (tox) 1-11/+46 2009-09-07s/zoompage/zoom/Gravatar Enno Boland (tox) 2-5/+6 2009-09-07typo fixGravatar Enno Boland (tox) 1-1/+1 2009-09-07changes to the event system, make config.h saner, working on cookiesGravatar Enno Boland (tox) 2-96/+63 2009-09-06typofixGravatar Enno Boland (tox) 1-1/+1 2009-09-06reworked navigate.Gravatar Enno Boland (tox) 2-7/+4 2009-09-06reworked navigate.Gravatar Enno Boland (tox) 2-7/+4 2009-09-06reappling printing; changing some keys.Gravatar Enno Boland (tox) 2-3/+10