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
ff4b8d39
Kaydet (Commit)
ff4b8d39
authored
Tem 01, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gtk3: disable using notification that we are in the backdrop
Change-Id: I65a60acd956768f6a023c83053700803e5a8f1f2
üst
bee5421d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
gtksalframe.cxx
vcl/unx/gtk/window/gtksalframe.cxx
+4
-1
No files found.
vcl/unx/gtk/window/gtksalframe.cxx
Dosyayı görüntüle @
ff4b8d39
...
...
@@ -1035,7 +1035,7 @@ void GtkSalFrame::InitCommon()
g_signal_connect
(
G_OBJECT
(
m_pWindow
),
"button-release-event"
,
G_CALLBACK
(
signalButton
),
this
);
#if GTK_CHECK_VERSION(3,0,0)
g_signal_connect
(
G_OBJECT
(
m_pWindow
),
"draw"
,
G_CALLBACK
(
signalDraw
),
this
);
g_signal_connect
(
G_OBJECT
(
m_pWindow
),
"state-flags-changed"
,
G_CALLBACK
(
signalFlagsChanged
),
this
);
//
g_signal_connect( G_OBJECT(m_pWindow), "state-flags-changed", G_CALLBACK(signalFlagsChanged), this );
#if GTK_CHECK_VERSION(3,14,0)
GtkGesture
*
pSwipe
=
gtk_gesture_swipe_new
(
m_pWindow
);
g_signal_connect
(
pSwipe
,
"swipe"
,
G_CALLBACK
(
gestureSwipe
),
this
);
...
...
@@ -3446,6 +3446,9 @@ gboolean GtkSalFrame::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer
#if GTK_CHECK_VERSION(3,0,0)
void
GtkSalFrame
::
signalFlagsChanged
(
GtkWidget
*
,
GtkStateFlags
state
,
gpointer
frame
)
{
//TO-DO: This isn't as helpful as I'd like it to be. The color selector puts the main
//windows into the backdrop, disabling everything, and the floating navigator window
//is also problematic.
GtkSalFrame
*
pThis
=
static_cast
<
GtkSalFrame
*>
(
frame
);
bool
bOldBackDrop
=
state
&
GTK_STATE_FLAG_BACKDROP
;
...
...
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