mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix problems with pixmaps/xpm files
git-svn-id: svn://localhost/trunk/ardour2@392 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e72e0caf99
commit
8d3fdc3c5b
12 changed files with 579 additions and 57 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <sys/stat.h>
|
||||
#include <libart_lgpl/art_misc.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/combo.h>
|
||||
|
|
@ -589,3 +591,4 @@ get_xpm (std::string name)
|
|||
|
||||
return (xpm_map[name]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue