dont need client.h in this header
This commit is contained in:
parent
7d943a950e
commit
06d3487d49
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
|||
#ifndef __moveresize_h
|
||||
#define __moveresize_h
|
||||
|
||||
#include "client.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
struct _ObClient;
|
||||
|
||||
extern gboolean moveresize_in_progress;
|
||||
extern ObClient *moveresize_client;
|
||||
extern struct _ObClient *moveresize_client;
|
||||
|
||||
void moveresize_startup();
|
||||
void moveresize_shutdown();
|
||||
|
||||
void moveresize_start(ObClient *c, int x, int y, guint button, guint32 corner);
|
||||
void moveresize_start(struct _ObClient *c,
|
||||
int x, int y, guint button, guint32 corner);
|
||||
void moveresize_end(gboolean cancel);
|
||||
|
||||
void moveresize_event(XEvent *e);
|
||||
|
|
Loading…
Reference in a new issue