formatting-issues

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@907 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-04-09 11:06:46 +00:00
parent 7511380b45
commit 464913a2c4

View File

@@ -9,7 +9,6 @@
* src/core/lfo_controller.cpp:
add more parameters to LFO controller
2008-04-08 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/engine.h:
@@ -171,9 +170,9 @@
Fixed tabs
* src/core/mixer.cpp:
Couldn't easily convert from void* to int on a 64bit machine. Instead, we
now use a union. We should change any enqueueing code to use the union as
well
Couldn't easily convert from void* to int on a 64bit machine. Instead,
we now use a union. We should change any enqueueing code to use the
union as well
* data/themes/add_controller.png:
* data/themes/controller.png:
@@ -216,7 +215,6 @@
* data/themes/Makefile.am:
start a theme with my preferences
2008-04-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/song.h: