X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdata.h;fp=include%2Fdata.h;h=6cb6babc56d5ec0668a55799bde0a3885f2f98ea;hb=67ec2333ee659e4b8ce90e75b94a518a2dee81c0;hp=5fb9a07458e28a60d1e6ee1974d9b31a510653cd;hpb=e4a86d4aefa0b992fe4e1472d78fc58a352dcea4;p=i3%2Fi3 diff --git a/include/data.h b/include/data.h index 5fb9a074..6cb6babc 100644 --- a/include/data.h +++ b/include/data.h @@ -2,7 +2,7 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * include/data.h: This file defines all data structures used by i3 * @@ -255,6 +255,10 @@ struct Binding { B_UPON_KEYRELEASE_IGNORE_MODS = 2, } release; + /** If this is true for a mouse binding, the binding should be executed + * when the button is pressed over the window border. */ + bool border; + /** If this is true for a mouse binding, the binding should be executed * when the button is pressed over any part of the window, not just the * title bar (default). */