https://bugs.freedesktop.org/show_bug.cgi?id=56583

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Julien Nabet <[email protected]> ---
Caolán: I know it hasn't been reproduced but does his bt can be helpful?

I only found that "gdk_x11_window_set_user_time"was called only in
vcl/unx/gtk/window/gtkframe.cxx
    817 static void lcl_set_user_time( GtkWindow* i_pWindow, guint32 i_nTime )
    818 {
    819 #if !GTK_CHECK_VERSION(3,0,0)
    820     if( bGetSetUserTimeFn )
    821     {
    822         bGetSetUserTimeFn = false;
    823         p_gdk_x11_window_set_user_time =
(setUserTimeFn)osl_getAsciiFunctionSymbol( GetSalData()->m_pPlugin,
"gdk_x11_window_set_user_time" );
    824     }

and this function must be called by the function GtkSalFrame::Show in this same
file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to