mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
Use a black background for new windows.
This commit is contained in:
parent
dfc436db94
commit
9df9f60d62
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ x11_create_window(Display *display, guint width, guint height)
|
|||
|
||||
xswa_mask = CWBorderPixel | CWBackPixel;
|
||||
xswa.border_pixel = black_pixel;
|
||||
xswa.background_pixel = white_pixel;
|
||||
xswa.background_pixel = black_pixel;
|
||||
|
||||
window = XCreateWindow(
|
||||
display,
|
||||
|
|
Loading…
Reference in a new issue