diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h index a06643f..55b997f 100644 --- a/src/options.h +++ b/src/options.h @@ -114,8 +114,8 @@ struct __fehoptions { int geom_flags; int geom_x; int geom_y; - int geom_w; - int geom_h; + unsigned int geom_w; + unsigned int geom_h; int default_zoom; int menu_border; unsigned char adjust_reload; |