summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-22 20:24:56 +0000
committerDavid Robillard <d@drobilla.net>2008-02-22 20:24:56 +0000
commit4fc3cce4f5246ffcb81cc53a1a57e1ac486dcace (patch)
tree0405e5a0a7ead77343631bceaa2e8e46dad0fa1b /src/AlsaDriver.cpp
parent60d6a432cd9a9754e4e3112aee023d0189ab93bc (diff)
downloadpatchage-4fc3cce4f5246ffcb81cc53a1a57e1ac486dcace.tar.gz
patchage-4fc3cce4f5246ffcb81cc53a1a57e1ac486dcace.tar.bz2
patchage-4fc3cce4f5246ffcb81cc53a1a57e1ac486dcace.zip
Fix zoom font sizes (kinda).
Fix patchage window position/size restoration idiocy (maybe). git-svn-id: http://svn.drobilla.net/lad/patchage@1155 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index aeca506..6fa90fc 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -130,7 +130,7 @@ AlsaDriver::refresh_ports()
snd_seq_client_info_alloca(&cinfo);
snd_seq_client_info_set_client(cinfo, -1);
- snd_seq_port_info_t * pinfo;
+ snd_seq_port_info_t* pinfo;
snd_seq_port_info_alloca(&pinfo);
string client_name;