aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2009-06-17 12:30:17 +0000
committerokan2009-06-17 12:30:17 +0000
commitb278e79f2a21d29e7f75de35544e19dd6960fcbf (patch)
tree3d041448050839cb0c974cf9b66d8ef747b40650 /calmwm.h
parent434c48f5fafd6b0709f4fe60d1306a8d1e00f0a2 (diff)
downloadcwm-b278e79f2a21d29e7f75de35544e19dd6960fcbf.tar.gz
move like defines to a central, logical location; no binary change.
aok oga@
Diffstat (limited to '')
-rw-r--r--calmwm.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 35b8db8..f0717fc 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.90 2009/05/18 00:17:46 oga Exp $
+ * $Id: calmwm.h,v 1.91 2009/06/17 12:30:17 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -33,6 +33,12 @@
#define ChildMask (SubstructureRedirectMask|SubstructureNotifyMask)
#define ButtonMask (ButtonPressMask|ButtonReleaseMask)
#define MouseMask (ButtonMask|PointerMotionMask)
+#define KeyMask (KeyPressMask|ExposureMask)
+#define MenuMask (ButtonMask|ButtonMotionMask|ExposureMask| \
+ PointerMotionMask)
+#define MenuGrabMask (ButtonMask|ButtonMotionMask|StructureNotifyMask|\
+ PointerMotionMask)
+#define SearchMask (KeyPressMask|ExposureMask)
enum cwmcolor {
CWM_COLOR_BORDOR_ACTIVE,