Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
0841281b
Commit
0841281b
authored
Oct 06, 2010
by
Benjamin Otte
Browse files
x11: Use window macros in test code
parent
28ba4c21
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/x11/gdktestutils-x11.c
View file @
0841281b
...
...
@@ -41,7 +41,7 @@
void
gdk_test_render_sync
(
GdkWindow
*
window
)
{
Display
*
display
=
gdk_x11_drawable_get_xdisplay
(
window
);
Display
*
display
=
GDK_WINDOW_XDISPLAY
(
window
);
XImage
*
ximage
;
/* syncronize to X drawing queue, see:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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