Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
12b3f6a9
Kaydet (Commit)
12b3f6a9
authored
Eki 21, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)
üst
a07e8231
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
atkwindow.cxx
vcl/unx/gtk/a11y/atkwindow.cxx
+2
-0
gtkdata.cxx
vcl/unx/gtk/app/gtkdata.cxx
+1
-0
gtkframe.cxx
vcl/unx/gtk/window/gtkframe.cxx
+2
-0
No files found.
vcl/unx/gtk/a11y/atkwindow.cxx
Dosyayı görüntüle @
12b3f6a9
...
...
@@ -30,6 +30,7 @@
#include "precompiled_vcl.hxx"
#include <unx/gtk/gtkframe.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include "vcl/popupmenuwindow.hxx"
...
...
@@ -131,6 +132,7 @@ init_from_window( AtkObject *accessible, Window *pWindow )
static
gint
ooo_window_wrapper_clear_focus
(
gpointer
)
{
SolarMutexGuard
aGuard
;
atk_focus_tracker_notify
(
NULL
);
return
FALSE
;
}
...
...
vcl/unx/gtk/app/gtkdata.cxx
Dosyayı görüntüle @
12b3f6a9
...
...
@@ -880,6 +880,7 @@ gboolean GtkData::userEventFn( gpointer data )
extern
"C"
{
static
gboolean
call_userEventFn
(
void
*
data
)
{
SolarMutexGuard
aGuard
;
return
GtkData
::
userEventFn
(
data
);
}
}
...
...
vcl/unx/gtk/window/gtkframe.cxx
Dosyayı görüntüle @
12b3f6a9
...
...
@@ -3219,6 +3219,8 @@ gboolean GtkSalFrame::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer f
extern
"C"
{
gboolean
implDelayedFullScreenHdl
(
void
*
pWindow
)
{
SolarMutexGuard
aGuard
;
/* #i110881# workaround a gtk issue (see
https://bugzilla.redhat.com/show_bug.cgi?id=623191#c8)
gtk_window_fullscreen can fail due to a race condition,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment