1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fixed some stuffs

This commit is contained in:
kojima
2001-02-10 22:27:50 +00:00
parent 14f2db1eb2
commit de7f00d474
2 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{
Logo.WMDock = {Icon = GNUstep3D.#extension#;};
Logo.WMPanel = {Icon = GNUstep3D.#extension#;};
Logo.WMDock = {Icon = GNUstepGlow.#extension#;};
Logo.WMPanel = {Icon = GNUstep.#extension#;};
Logo.WMClip = {Icon = clip.#extension#;};
Dockit = {Icon = GNUstep3D.#extension#;};
Dockit = {Icon = GNUstep.#extension#;};
DockApp = {NoAppIcon = NO;};
WSoundServer = {Icon = sound.#extension#;};
panel.Panel = {NoAppIcon = YES;};

View File

@@ -958,11 +958,17 @@ handleLogoPush(XEvent *event, void *data)
" .....XmnbN:q&Bo.... ",
" ............ "};
static char *msgs[] = {
"Have a nice day!"
"Have a nice day!",
"Focus follow mouse users will burn in hell!!!",
"F'ck Canada!!!!",
"F'ck Bastard Imperialists!!!",
"Hi! My name is bobby...",
"AHH! The neurotic monkeys are after me!"
};
clicks++;
if (!panel->timer && !broken && clicks > 0) {
char *file;
char *path;