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 background color for non-EWMH-compliant WMs
master
Bert
14 years ago
parent
ba293b09df
commit
d54e64faae
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
main.c
+ 5
- 1
main.c
View File
@@ -565,7 +565,11 @@ void on_keypress(XKeyEvent *kev) {
exit(0);
case XK_f:
win_toggle_fullscreen(&win);
/* render on next configurenotify */
if (mode == MODE_NORMAL)
img.checkpan = 1;
else
tns.dirty = 1;
timo_redraw = TO_WIN_RESIZE;
break;
}
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save