Kaydet (Commit) e724553b authored tarafından Caolán McNamara's avatar Caolán McNamara

fix gtk3 build

Change-Id: If6e9a4a26ff31eb192e054f68398287c18768fcb
üst 4498bc44
......@@ -1343,7 +1343,7 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings )
g_object_get( pSettings, "gtk-cursor-blink", &blink, (char *)NULL );
if( blink )
{
gint blink_time = STYLE_CURSOR_NOBLINKTIME;
gint blink_time = static_cast<gint>(STYLE_CURSOR_NOBLINKTIME);
g_object_get( pSettings, "gtk-cursor-blink-time", &blink_time, (char *)NULL );
// set the blink_time if there is a setting and it is reasonable
// else leave the default value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment