From 3368b91d544ab8c6510d88e5ad58d070fad62baa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 8 Jan 2010 10:45:24 -0500 Subject: Don't handle input events on prompts if they should be used for a binding/menu instead. Also, be more careful about making the prompt buttons look pressed, don't make them pressed from a motion notify event if they didnt first handle the press. --- openbox/prompt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/prompt.h') diff --git a/openbox/prompt.h b/openbox/prompt.h index 0d7cfef8..3c46c309 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -38,6 +38,7 @@ struct _ObPromptElement { gint x, y, width, height; gboolean pressed; + gboolean hover; gint result; }; -- cgit v1.2.3