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
4bfa4e0d
Commit
4bfa4e0d
authored
Nov 24, 2010
by
Benjamin Otte
Browse files
gdk: Make GdkWindowImpl inherit from GObject
parent
3494f87a
Changes
2
Hide whitespace changes
Inline
Side-by-side
gdk/gdkwindowimpl.c
View file @
4bfa4e0d
...
...
@@ -31,7 +31,7 @@
#include
"gdkinternals.h"
G_DEFINE_TYPE
(
GdkWindowImpl
,
gdk_window_impl
,
G
DK
_TYPE_
DRAWABLE
);
G_DEFINE_TYPE
(
GdkWindowImpl
,
gdk_window_impl
,
G_TYPE_
OBJECT
);
static
void
...
...
gdk/gdkwindowimpl.h
View file @
4bfa4e0d
...
...
@@ -43,12 +43,12 @@ typedef struct _GdkWindowImplClass GdkWindowImplClass;
struct
_GdkWindowImpl
{
G
dkDrawable
parent
;
G
Object
parent
;
};
struct
_GdkWindowImplClass
{
G
dkDrawable
Class
parent_class
;
G
Object
Class
parent_class
;
cairo_surface_t
*
(
*
ref_cairo_surface
)
(
GdkWindow
*
window
);
...
...
Write
Preview
Supports
Markdown
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