diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-10-09 07:27:29 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-10-09 07:27:29 +0200 |
commit | a84cedf4eba3ffcb94198bab38c3fa2ac16f91e5 (patch) | |
tree | ca3bf5e3363210a143f0e6e77f5ef75c5a9382e6 | |
parent | afb2bad85c6daa4b406cccf0db5a4f9bd7fb52ae (diff) | |
download | winrules-a84cedf4eba3ffcb94198bab38c3fa2ac16f91e5.tar.gz winrules-a84cedf4eba3ffcb94198bab38c3fa2ac16f91e5.tar.bz2 |
Remove FIXMEs as they are invalid.
-rw-r--r-- | winrules.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -124,9 +124,7 @@ isWinrulesWindow (CompWindow *w) return TRUE; } -/* FIXME? Directly set inputHint, not a problem for now - --> better should wrap into focusWindow(), only problem is focus - on MapRequest */ +/* FIXME? Directly set inputHint, not a problem for now */ static void winrulesSetNoFocus (CompWindow *w, int optNum) @@ -735,7 +733,6 @@ winrulesInitWindow (CompPlugin *p, w->base.privates[ws->windowPrivateIndex].ptr = ww; - /* FIXME: Wrap into objectAdd and remove this timer */ compAddTimeout (0, 0, winrulesApplyRules, w); return TRUE; |