diff options
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 3015f20e3..890ab23ee 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -107,6 +107,7 @@ public: // FIXME: make more of this private! ~GrDrag(); bool isNonEmpty() {return (draggers != NULL);} + bool hasSelection() {return (selected != NULL);} // especially the selection must be private, fix gradient-context to remove direct access to it GList *selected; // list of GrDragger* |
