[gtk/wip/matthiasc/popup4: 62/110] surface: Small simplification
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup4: 62/110] surface: Small simplification
- Date: Tue, 23 Apr 2019 19:06:11 +0000 (UTC)
commit 1b8b314345f01635c513a8e16a9049f49e2bd79f
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Mar 24 16:30:32 2019 -0400
surface: Small simplification
No more special-casing of state setting.
gdk/gdksurface.c | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index e0d3149821..ca12915cdb 100644
--- a/gdk/gdksurface.c
+++ b/gdk/gdksurface.c
@@ -4151,20 +4151,7 @@ gdk_surface_set_state (GdkSurface *surface,
_gdk_surface_update_viewable (surface);
- /* We only really send the event to toplevels, since
- * all the surface states don't apply to non-toplevels.
- * Non-toplevels do use the GDK_SURFACE_STATE_WITHDRAWN flag
- * internally so we needed to update surface->state.
- */
- switch (surface->surface_type)
- {
- case GDK_SURFACE_TOPLEVEL:
- case GDK_SURFACE_TEMP: /* ? */
- g_object_notify_by_pspec (G_OBJECT (surface), properties[PROP_STATE]);
- break;
- default:
- break;
- }
+ g_object_notify_by_pspec (G_OBJECT (surface), properties[PROP_STATE]);
if (was_mapped != mapped)
g_object_notify_by_pspec (G_OBJECT (surface), properties[PROP_MAPPED]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]