view src/rovascope/drawing.h @ 1416:e11d83ce8d16

amidiplug: cannot warn user with a UI message anymore if something in playback fails, cause the play func is in a different thread
author Giacomo Lozito <james@develia.org>
date Wed, 08 Aug 2007 20:25:13 +0200
parents 290588854a9d
children
line wrap: on
line source

#include <glib.h>

#ifndef PN_DRAWING_H
#define PN_DRAWING_H

void pn_draw_dot (guint x, guint y, guchar value);
void pn_draw_line (guint _x0, guint _y0, guint _x1, guint _y1, guchar value);

#endif