mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
removed DETACHED_FRAME prefix, unnecessary (old ixp sucks badly)
This commit is contained in:
parent
28f040c222
commit
231c4c44b7
@ -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);
|
||||||
|
@ -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,
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user