Skip to content

Commit

Permalink
mir: don't use struct MirConnection*, just the latter
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Nov 20, 2014
1 parent 6e9db05 commit 60e185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk/mir/gdkmir.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GDK_AVAILABLE_IN_3_10
GType gdk_mir_display_get_type (void);

GDK_AVAILABLE_IN_3_10
struct MirConnection *gdk_mir_display_get_mir_connection (GdkDisplay *display);
MirConnection *gdk_mir_display_get_mir_connection (GdkDisplay *display);

GDK_AVAILABLE_IN_3_10
GType gdk_mir_window_get_type (void);
Expand Down

0 comments on commit 60e185e

Please sign in to comment.