Re: RFC: Disabling blinking cursor by default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2009-02-04 at 00:16 +0100, Nicolas Mailhot wrote:
> Le mardi 03 février 2009 à 14:07 -0900, Jeff Spaleta a écrit :
> > On Tue, Feb 3, 2009 at 2:03 PM, Dimi Paun <dimi@xxxxxxxxxxx> wrote:
> 
> > > Maybe. But I still don't see how you can eliminate the blinking
> > > cursor for all the other X apps.
> > 
> > what other X apps have blinking cursors.
> 
> A 5s check finds ... openoffice.org, ...

vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

// get cursor blink time
GtkSettings *pSettings =
gtk_widget_get_settings( gWidgetData[m_nScreen].gEditBoxWidget );
gboolean blink = false;
g_object_get( pSettings, "gtk-cursor-blink", &blink, (char *)NULL );
if!( blink )
    aStyleSet.SetCursorBlinkTime( STYLE_CURSOR_NOBLINKTIME );
else
    ...

If gtk doesn't blink the cursor then OOo shouldn't blink either, in
theory at least.

C.

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux