File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/java.desktop/unix/native/libawt_xawt/awt Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2005, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2005, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -55,13 +55,11 @@ typedef enum
5555} GParamFlags ;
5656
5757/* We define all structure pointers to be void* */
58- typedef void GMainContext ;
5958typedef void GVfs ;
6059
6160typedef void GdkColormap ;
6261typedef void GdkDrawable ;
6362typedef void GdkGC ;
64- typedef void GdkPixbuf ;
6563typedef void GdkPixmap ;
6664
6765typedef void GtkFixed ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2005, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2005, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -180,8 +180,6 @@ typedef enum _cairo_status {
180180} cairo_status_t ;
181181
182182/* We define all structure pointers to be void* */
183- typedef void GdkPixbuf ;
184- typedef void GMainContext ;
185183typedef void GVfs ;
186184
187185typedef void GdkColormap ;
You can’t perform that action at this time.
0 commit comments