summary refs log tree commit diff
path: root/pkgs/development/pharo/vm/patches/fix-executable-name.patch
blob: b32ed7a32d25059e208629e4ed38c9d71b12bdc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Change the name of the executable file from Squeak to Pharo
--- a/platforms/unix/vm-display-X11/sqUnixX11.c
+++ b/platforms/unix/vm-display-X11/sqUnixX11.c
@@ -153,8 +153,8 @@
 /*** Variables -- X11 Related ***/
 
 /* name of Squeak windows in Xrm and the WM */
-#define xResClass	"Squeak"
-#define xResName	"squeak"
+#define xResClass	"pharo-vm"
+#define xResName	"Pharo"
 
 char		*displayName= 0;	/* name of display, or 0 for $DISPLAY */
 Display		*stDisplay= null;	/* Squeak display */