Hi;
On 26 March 2015 at 19:54, Lucas Levrel wrote:
> Le 26 mars 2015, Sergei Naumov a écrit :
>
>> Hmm. This is something I did not know I could do. But in this case I would
>> have to redraw everything in the widget's drawing area which is my axes,
>> tickmarks, labeles, etc... All right, I will
Le 26 mars 2015, Sergei Naumov a écrit :
Hmm. This is something I did not know I could do. But in this case I would
have to redraw everything in the widget's drawing area which is my axes,
tickmarks, labeles, etc... All right, I will try it this way because it is
much simpler.
What I do in a
Hello again, me fixed it by using different ordering, for now is:
gsequencer_LDADD = libags_audio.a libags_gui.a libags_thread.a libags.a
instead of:
gsequencer_LDADD = libags.a libags_thread.a libags_audio.a libags_gui.a
bests
Joël
On Thu, Mar 26, 2015 at 4:29 PM, Joël Krähemann wrote:
> h
hi, me just did a new Makefile.am and organizing code into libraries.
now me get a lot of following messages especially related to interfaces:
...
/home/minos/ags-code/src/ags/audio/recall/ags_volume_recycling.c:101:
undefined reference to `ags_dynamic_connectable_get_type'
libags_audio.a(libags_
25.03.2015, 19:09:09 пользователь Emmanuele Bassi (eba...@gmail.com) написал:
To be fair, though, if you're not going to offload drawing to a
separate thread, then why are you complicating things this much?
If you want your widget to be redrawn at periodic intervals, you can
call gtk_widget_