removed DETACHED_FRAME prefix, unnecessary (old ixp sucks badly)

This commit is contained in:
Anselm R. Garbe 2006-01-17 16:34:50 +02:00
parent 28f040c222
commit 231c4c44b7
3 changed files with 1 additions and 2 deletions

View File

@ -661,7 +661,6 @@ init_cursors()
static void static void
init_default() init_default()
{ {
def[WM_DETACHED_FRAME] = ixp_create(ixps, "/detached");
def[WM_TRANS_COLOR] = def[WM_TRANS_COLOR] =
wmii_create_ixpfile(ixps, "/default/transcolor", wmii_create_ixpfile(ixps, "/default/transcolor",
BLITZ_SEL_FG_COLOR); BLITZ_SEL_FG_COLOR);

View File

@ -42,7 +42,6 @@ enum {
/* array indexes of wm file pointers */ /* array indexes of wm file pointers */
enum { enum {
WM_CTL, WM_CTL,
WM_DETACHED_FRAME,
WM_TRANS_COLOR, WM_TRANS_COLOR,
WM_MANAGED_GEOMETRY, WM_MANAGED_GEOMETRY,
WM_SEL_BG_COLOR, WM_SEL_BG_COLOR,

View File

@ -206,6 +206,7 @@ static void _ixp_remove(IXPServer * s, File * f)
{ {
if (!f) if (!f)
return; return;
fprintf(stderr, "_ixp_remove: %s\n", f->name);
if (f->next) { if (f->next) {
_ixp_remove(s, f->next); _ixp_remove(s, f->next);
if (s->errstr) if (s->errstr)