From 9f896b86b671b3a05314d2013a315d996b456f95 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 9 Apr 2011 15:03:50 +0200 Subject: add toggle audio icon --- pacman-c++/pics/soundoff.xpm | 15 +++++++++++++++ pacman-c++/pics/soundon.xpm | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 pacman-c++/pics/soundoff.xpm create mode 100644 pacman-c++/pics/soundon.xpm (limited to 'pacman-c++/pics') diff --git a/pacman-c++/pics/soundoff.xpm b/pacman-c++/pics/soundoff.xpm new file mode 100644 index 0000000..ba33f5f --- /dev/null +++ b/pacman-c++/pics/soundoff.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * soundoff_xpm[] = { +"12 10 2 1", +" c None", +". c #000000", +" ", +" . ", +" .. . .", +".... . . ", +".... .. ", +".... .. ", +".... . . ", +" .. . .", +" . ", +" "}; diff --git a/pacman-c++/pics/soundon.xpm b/pacman-c++/pics/soundon.xpm new file mode 100644 index 0000000..e6ca41e --- /dev/null +++ b/pacman-c++/pics/soundon.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * soundoff_xpm[] = { +"12 10 2 1", +" c None", +". c #000000", +" . ", +" . . ", +" .. . . ", +".... . . ", +".... . . ", +".... . . ", +".... . . ", +" .. . . ", +" . . ", +" . "}; -- cgit v1.2.3