Don't explicitly send MotionNotify event during Resize (GeometryWindow)
[fvwm.git] / modules / FvwmIconMan / debuglevels.h
blob521dc7f6b605bd7918117af5ca1a8c2d49182401
1 /* -*-c-*- */
2 /* int CORE = 1; */
3 /* int FUNCTIONS = 1; */
4 /* int X11 = 1; */
5 /* int FVWM = 1; */
6 /* int CONFIG = 1; */
7 /* int WINLIST = 1; */
8 /* int MEM = 1; */
10 /* I'm finding lots of the debugging is dereferencing pointers
11 to zero. I fixed some of them, until I grew tired of the game.
12 If you want to turn these back on, be prepared for lots of core
13 dumps. dje 11/15/98. */
14 int CORE = 0;
15 int FUNCTIONS = 0;
16 int X11 = 0;
17 int FVWM = 0;
18 int CONFIG = 0;
19 int WINLIST = 0;
20 int MEM = 0;