Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,145
Issues
1,145
List
Boards
Labels
Service Desk
Milestones
Merge Requests
143
Merge Requests
143
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
dc79d4f5
Commit
dc79d4f5
authored
Aug 28, 2015
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial formatting fix
parent
c0956454
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
gdk/gdkwindow.c
gdk/gdkwindow.c
+1
-2
No files found.
gdk/gdkwindow.c
View file @
dc79d4f5
...
@@ -2042,8 +2042,7 @@ _gdk_window_destroy_hierarchy (GdkWindow *window,
...
@@ -2042,8 +2042,7 @@ _gdk_window_destroy_hierarchy (GdkWindow *window,
impl_class
=
GDK_WINDOW_IMPL_GET_CLASS
(
window
->
impl
);
impl_class
=
GDK_WINDOW_IMPL_GET_CLASS
(
window
->
impl
);
if
(
gdk_window_has_impl
(
window
))
if
(
gdk_window_has_impl
(
window
))
impl_class
->
destroy
(
window
,
recursing_native
,
impl_class
->
destroy
(
window
,
recursing_native
,
foreign_destroy
);
foreign_destroy
);
else
else
{
{
/* hide to make sure we repaint and break grabs */
/* hide to make sure we repaint and break grabs */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment