~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Date: 2016-10-31 05:25:44 UTC
  • mfrom: (537.1.2 cleanups)
  • Revision ID: fullermd@over-yonder.net-20161031052544-ovtbmgn0du73jixp
Remove f.movemenu function.  It has never done anything, and has never
been documented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
#include "windowbox.h"
83
83
#include "util.h"
84
84
#include "otp.h"
 
85
#include "resize.h"
85
86
#include "parse.h"
86
87
#include "list.h"
87
88
#include "events.h"
92
93
#include "mwmhints.h"
93
94
#include "image.h"
94
95
#include "functions.h"  // Only for RootFunction
 
96
#include "decorations.h"
95
97
#include "captive.h"
96
98
#include "occupation.h"
97
99
#include "vscreen.h"
98
 
#include "win_decorations.h"
99
100
#include "win_ops.h"
100
101
#include "win_regions.h"
101
 
#include "win_resize.h"
102
102
#include "win_utils.h"
103
103
#include "workspace_manager.h"
104
104