summaryrefslogtreecommitdiff
path: root/src/run-metacity.sh
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-08-20 01:42:44 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-08-20 01:42:44 +0000
commit04e09d4c564dc5efea47b60c24309617c9d961c8 (patch)
treeca8d99de667c01c7b1413dd102df2b7b8fbe12ad /src/run-metacity.sh
parent78a68f3e10233bb9c7d699456cf7d8ed6445769d (diff)
downloadmetacity-04e09d4c564dc5efea47b60c24309617c9d961c8.tar.gz
we support _NET_WM_ICON
2001-08-19 Havoc Pennington <hp@pobox.com> * src/screen.c (set_supported_hint): we support _NET_WM_ICON * src/wm-tester/main.c: add stuff to test _NET_WM_ICON (but it doesn't work, so it isn't tested yet) * src/window.c (update_icon): read _NET_WM_ICON * src/screen.c (meta_screen_new): set the WM_ICON_SIZE hint * src/tabpopup.c (meta_ui_tab_popup_select): remove assertion * src/window.c (meta_window_get_icon_geometry): fix obscure memleak
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-xsrc/run-metacity.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh
index 01dd4432..8daa023d 100755
--- a/src/run-metacity.sh
+++ b/src/run-metacity.sh
@@ -22,6 +22,10 @@ if test -n "$EVIL_TEST"; then
TEST_CLIENT='./wm-tester/wm-tester --evil'
fi
+if test -n "$ICON_TEST"; then
+ TEST_CLIENT='./wm-tester/wm-tester --icon-windows'
+fi
+
if test -z "$ONLY_WM"; then
Xnest -ac :1 -scrns $SCREENS -geometry 640x480 -bw 15 &
## usleep 800000