kwin/kwin_main.cpp
David Faure c887e85912 The dummy.cpp hack makes no sense when it starts to contain
stuff. Better make it a real source file. Fixes compilation for
people who didn't figure out they needed to remove dummy.cpp
in the builddir ;-)

svn path=/trunk/kdebase/kwin/; revision=63688
2000-09-12 22:10:37 +00:00

7 lines
99 B
C++

extern "C" { int kdemain(int, char *[]); }
int main(int c, char *v[])
{
return kdemain(c,v);
}