diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-02-05 20:33:13 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-02-05 20:33:13 +0000 |
| commit | 634a9ec8e118dc3a2c1decbca6a82e8a4600508c (patch) | |
| tree | eec946cabaa65b4cc0b936b0ca1ab00a781876a4 /src/ui/dialog/filedialogimpl-win32.h | |
| parent | Second try at getting text toolbar properly initialized when there is no pref... (diff) | |
| download | inkscape-634a9ec8e118dc3a2c1decbca6a82e8a4600508c.tar.gz inkscape-634a9ec8e118dc3a2c1decbca6a82e8a4600508c.zip | |
Win32. Fixing Glib and GTKmm deprecations.
(bzr r12102)
Diffstat (limited to 'src/ui/dialog/filedialogimpl-win32.h')
| -rw-r--r-- | src/ui/dialog/filedialogimpl-win32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.h b/src/ui/dialog/filedialogimpl-win32.h index 15953f9d8..e9d8829f7 100644 --- a/src/ui/dialog/filedialogimpl-win32.h +++ b/src/ui/dialog/filedialogimpl-win32.h @@ -226,7 +226,11 @@ private: /// This mutex is used to ensure that the worker thread /// that calls GetOpenFileName cannot collide with the /// main Inkscape thread +#if GLIB_CHECK_VERSION(2,32,0) + Glib::Threads::Mutex *_mutex; +#else Glib::Mutex *_mutex; +#endif /// The controller function for the thread which calls |
