diff options
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/gtkobject.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/gtk/gtksalframe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/gtkobject.cxx b/vcl/unx/gtk/gtkobject.cxx index 38d4c1a747c5..dd7ad722b4c7 100644 --- a/vcl/unx/gtk/gtkobject.cxx +++ b/vcl/unx/gtk/gtkobject.cxx @@ -99,7 +99,7 @@ void GtkSalObject::ResetClipRegion() gdk_window_shape_combine_region( widget_get_window(m_pSocket), nullptr, 0, 0 ); } -void GtkSalObject::BeginSetClipRegion( sal_uLong ) +void GtkSalObject::BeginSetClipRegion( sal_uInt32 ) { if( m_pRegion ) gdk_region_destroy( m_pRegion ); diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 8b420b49793f..7e64f9545d86 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -2494,7 +2494,7 @@ void GtkSalFrame::ResetClipRegion() gdk_window_shape_combine_region( widget_get_window( m_pWindow ), nullptr, 0, 0 ); } -void GtkSalFrame::BeginSetClipRegion( sal_uLong ) +void GtkSalFrame::BeginSetClipRegion( sal_uInt32 ) { if( m_pRegion ) gdk_region_destroy( m_pRegion ); |