1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

*** empty log message ***

This commit is contained in:
kojima
1999-04-10 19:32:34 +00:00
parent 4a473b8ad7
commit 7e07b7b5b9
25 changed files with 3056 additions and 1740 deletions

View File

@@ -29,6 +29,9 @@
#include "WindowMaker.h"
#include "menu.h"
#include "window.h"
#ifdef USER_MENU
#include "usermenu.h"
#endif /* USER_MENU */
#include "icon.h"
#include "appicon.h"
#include "application.h"
@@ -291,6 +294,9 @@ wApplicationCreate(WScreen *scr, Window main_window)
leader->main_window = main_window;
}
wapp->menu = wAppMenuGet(scr, main_window);
#ifdef USER_MENU
if (!wapp->menu) wapp->menu = wUserMenuGet(scr, wapp->main_window_desc);
#endif /* USER_MENU */
/*
@@ -353,9 +359,6 @@ wApplicationCreate(WScreen *scr, Window main_window)
if (wapp->app_icon) {
wapp->app_icon->main_window = main_window;
#ifdef WMSOUND
wSoundServerGrab(wapp->app_icon->wm_class, main_window);
#endif
}
#ifndef REDUCE_APPICONS