X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgrits-object.h;h=7073576d1e58b4c8ee9f1d78136a4d1b5dc1b63f;hp=4390a41fe994cbfb3a0245e4ecc88b4c0c6ae4f2;hb=7940344c1faea5b80fb39b44419b508568d3a6fc;hpb=992909706626d1e8ad8442ed76192d6bdd7869fa diff --git a/src/objects/grits-object.h b/src/objects/grits-object.h index 4390a41..7073576 100644 --- a/src/objects/grits-object.h +++ b/src/objects/grits-object.h @@ -40,6 +40,7 @@ typedef struct { guint picked : 1; guint selected : 1; + guint clicking : 1; } GritsState; typedef struct _GritsObject GritsObject;