forked from AuroraMiddleware/gtk
Added a missing semicolon to a function declaration so everything compiles
correctly.
This commit is contained in:
parent
bab6969765
commit
4649192c7a
@ -8,5 +8,5 @@ ArtPixBuf *art_pixbuf_rgb_from_drawable (GdkWindow *window,
|
||||
gint width, gint height);
|
||||
ArtPixBuf *art_pixbuf_rgba_from_drawable (GdkWindow *window,
|
||||
gint x, gint y,
|
||||
gint width, gint height)
|
||||
gint width, gint height);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user