diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-12 09:59:58 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-12 09:59:58 +0000 |
| commit | 36c2b2febc6c0c11991849232c907d5573600935 (patch) | |
| tree | cc2d14a07b4903b2b51a1d3298e7d0062c3278f6 /src/ui/uxmanager.h | |
| parent | Enabling now that some have confirmed proper functionality on 64-bit. (diff) | |
| download | inkscape-36c2b2febc6c0c11991849232c907d5573600935.tar.gz inkscape-36c2b2febc6c0c11991849232c907d5573600935.zip | |
Initial cut of disabling floating windows on window managers with problems.
(bzr r8971)
Diffstat (limited to 'src/ui/uxmanager.h')
| -rw-r--r-- | src/ui/uxmanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/uxmanager.h b/src/ui/uxmanager.h index 862c675d0..aecda2b5e 100644 --- a/src/ui/uxmanager.h +++ b/src/ui/uxmanager.h @@ -41,8 +41,12 @@ public: void setTask(SPDesktop* dt, gint val); + bool isFloatWindowProblem() const; + private: UXManager(); + + bool floatwindowIssues; }; } // namespace UI |
