JWM Source Documentation
resize.h
Go to the documentation of this file.
00001 00010 #ifndef RESIZE_H 00011 #define RESIZE_H 00012 00013 #include "border.h" 00014 00015 struct ClientNode; 00016 00018 typedef enum { 00019 RESIZE_OPAQUE, 00020 RESIZE_OUTLINE 00021 } ResizeModeType; 00022 00029 void ResizeClient(struct ClientNode *np, BorderActionType action, 00030 int startx, int starty); 00031 00035 void ResizeClientKeyboard(struct ClientNode *np); 00036 00040 void SetResizeMode(ResizeModeType mode); 00041 00042 #endif /* RESIZE_H */ 00043