static void
gdk_surface_impl_broadway_init (GdkSurfaceImplBroadway *impl)
{
- impl->toplevel_surface_type = -1;
}
static void
int pre_maximize_width;
int pre_maximize_height;
- gint8 toplevel_surface_type;
gboolean dirty;
gboolean last_synced;
guint8 resize_count;
- gint8 toplevel_surface_type;
-
GList *children;
GList children_list_node;
guint input_only : 1;
guint pass_through : 1;
guint modal_hint : 1;
- guint has_alpha_background : 1;
guint destroyed : 2;
guint accept_focus : 1;
guint focus_on_map : 1;
guint support_multidevice : 1;
- guint synthesize_crossing_event_queued : 1;
guint viewable : 1; /* mapped and all parents mapped */
guint in_update : 1;
guint frame_clock_events_paused : 1;
surface->fullscreen_mode = GDK_FULLSCREEN_ON_CURRENT_MONITOR;
surface->width = 1;
surface->height = 1;
- surface->toplevel_surface_type = -1;
surface->children_list_node.data = surface;
surface->device_cursor = g_hash_table_new_full (NULL, NULL,
{
GdkDisplay *display = gdk_display_get_default ();
- impl->toplevel_surface_type = -1;
impl->hicon_big = NULL;
impl->hicon_small = NULL;
impl->hint_flags = 0;
GdkSurface *wrapper;
HANDLE handle;
- gint8 toplevel_surface_type;
-
HICON hicon_big;
HICON hicon_small;