cvsimport
[fvwm.git] / fvwm / builtins.h
blob4a3941b8810a7af4295710805def8c8757f0a974
1 /* -*-c-*- */
3 #ifndef BUILTINS_H
4 #define BUILTINS_H
6 void refresh_window(Window w, Bool window_update);
7 void ApplyDefaultFontAndColors(void);
8 void InitFvwmDecor(FvwmDecor *decor);
9 void reset_decor_changes(void);
10 Bool ReadDecorFace(char *s, DecorFace *df, int button, int verbose);
11 void FreeDecorFace(Display *dpy, DecorFace *df);
12 void update_fvwm_colorset(int cset);
14 #endif /* BUILTINS_H */