mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
- put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros
- fixed some compilation warnings with -Wall - some code cleanup
This commit is contained in:
@@ -750,7 +750,7 @@ handleActionEvents(XEvent *event, void *data)
|
||||
if (event->xbutton.button == Button1) {
|
||||
if (bPtr->flags.pushed) {
|
||||
if (bPtr->groupIndex==0 ||
|
||||
bPtr->flags.selected && bPtr->groupIndex > 0)
|
||||
(bPtr->flags.selected && bPtr->groupIndex > 0))
|
||||
doclick = 1;
|
||||
dopaint = 1;
|
||||
if (bPtr->flags.springLoaded) {
|
||||
|
||||
Reference in New Issue
Block a user