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
Properly quit when window gets closed; fixes issue
#27
master
Bert Münnich
7 years ago
parent
e98266b148
commit
1fb3ec576c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@@ -739,7 +739,7 @@ void run(void)
break;
case ClientMessage:
if ((Atom) ev.xclient.data.l[0] == atoms[ATOM_WM_DELETE_WINDOW])
return
;
cmds[g_quit].func(0)
;
break;
case ConfigureNotify:
if (win_configure(&win, &ev.xconfigure)) {
Write
Preview
Loading…
Cancel
Save