diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-02-17 08:05:08 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-02-17 08:05:08 +0000 |
| commit | afb80368d6bf4dc2a55b011c9a14fa4288d2fe84 (patch) | |
| tree | 6ec54c830a6537271186388726542ca873ff7830 /src/ui/dialog/dialog.h | |
| parent | Documentation of the Text and Font dialog (diff) | |
| download | inkscape-afb80368d6bf4dc2a55b011c9a14fa4288d2fe84.tar.gz inkscape-afb80368d6bf4dc2a55b011c9a14fa4288d2fe84.zip | |
Fix for 171579 : Make inkscape remember dialogs window status
(bzr r10992)
Diffstat (limited to 'src/ui/dialog/dialog.h')
| -rw-r--r-- | src/ui/dialog/dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h index 3bd4f9d65..43e7dda3b 100644 --- a/src/ui/dialog/dialog.h +++ b/src/ui/dialog/dialog.h @@ -108,6 +108,7 @@ public: * Save window position to preferences. */ void save_geometry(); + void save_status(int visible, int state, int placement); bool retransientize_suppress; // when true, do not retransientize (prevents races when switching new windows too fast) @@ -116,6 +117,8 @@ protected: int _verb_num; Glib::ustring _title; Glib::ustring _apply_label; + SPDesktop * _desktop; + bool _is_active_desktop; virtual void _handleResponse(int response_id); |
