mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
bug fixes, performance enhancement for image rendering
This commit is contained in:
@@ -862,7 +862,7 @@ handleLogoPush(XEvent *event, void *data)
|
||||
|
||||
|
||||
clicks++;
|
||||
if (!panel->timer && !broken && clicks > 2) {
|
||||
if (!panel->timer && !broken && clicks > 0) {
|
||||
char *file;
|
||||
char *path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user