This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed scalemode initialization
master
Bert
14 years ago
parent
544fd83718
commit
ab480ecc47
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.c
+ 1
- 1
app.c
View File
@@ -29,7 +29,7 @@ void app_init(app_t *app) {
app->fileidx = 0;
app->img.zoom = 100;
app->img.scalemode = SCALE_
DOWN
;
app->img.scalemode = SCALE_
MODE
;
app->win.w = WIN_WIDTH;
app->win.h = WIN_HEIGHT;
Write
Preview
Loading…
Cancel
Save