#pragma once #include #include #include #define MODKEY GDK_CONTROL_MASK #define MODSFT 5 #define NOMODK 0 #define CACHE 0 #define HOMEPAGE 1 #define DEFAULT 0 #define HEIGHT 0 #define WIDTH 1 #define DARKMODE 2 #define SCROLLBARS 3 <<<<<<< HEAD #define KEYBINDS static Key keys[] #define APPERANCE static int appearance[] #define OPTIONS static char *options[] ======= >>>>>>> 1d622de7971b8439866dfb2873d0b33004437431 typedef struct { unsigned modkey; unsigned keycod; unsigned funcid; } Key; enum { goback, goforward, copy_url, paste_url, fullscreen, inspector, search, find, findnext, findprev, zoomin, zoomout, zoomreset, down, up, reload, reloadforce, history, gotop, gobottom };