mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Remove C++ comment
This commit is contained in:
parent
5745760450
commit
ff558e2ec6
@ -1273,7 +1273,7 @@ gdk_window_new (GdkWindow *parent,
|
||||
private->input_only = FALSE;
|
||||
private->depth = visual->depth;
|
||||
|
||||
private->bg_color.pixel = 0; // TODO: BlackPixel (xdisplay, screen_x11->screen_num);
|
||||
private->bg_color.pixel = 0; /* TODO: BlackPixel (xdisplay, screen_x11->screen_num); */
|
||||
private->bg_color.red = private->bg_color.green = private->bg_color.blue = 0;
|
||||
|
||||
private->bg_pixmap = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user