~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to captive.h

  • Committer: Matthew Fuller
  • Date: 2016-11-01 19:05:09 UTC
  • mto: This revision was merged to the branch mainline in revision 540.
  • Revision ID: fullermd@over-yonder.net-20161101190509-7na8cfsmlozeidi5
Move AdoptWindow() over into captive.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
CaptiveCTWM GetCaptiveCTWMUnderPointer(void);
20
20
void SetNoRedirect(Window window);
21
21
void ConfigureCaptiveRootWindow(XEvent *ev);
 
22
void AdoptWindow(void);
22
23
 
23
24
 
24
25
#endif //_CTWM_CAPTIVE_H