diff options
author | fluxgen <fluxgen> | 2002-01-11 10:43:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-11 10:43:55 (GMT) |
commit | 06245dca91b460d6e6df80191477ac20f4f1dd21 (patch) | |
tree | ae85b74ea37cbf26e3f2c9c2edc275873b4e10d4 /src/Window.hh | |
parent | 17f438db1ee854bbc85e8d1e7f91ee28b501b7ab (diff) | |
download | fluxbox_pavel-06245dca91b460d6e6df80191477ac20f4f1dd21.zip fluxbox_pavel-06245dca91b460d6e6df80191477ac20f4f1dd21.tar.bz2 |
fixed enums
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index c07786b..2c705d8 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.3 2002/01/09 14:11:20 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.4 2002/01/11 10:40:59 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _WINDOW_HH_ | 27 | #ifndef _WINDOW_HH_ |
28 | #define _WINDOW_HH_ | 28 | #define _WINDOW_HH_ |
@@ -257,7 +257,7 @@ private: | |||
257 | bevel_w, resize_w, resize_h, snap_w, snap_h; | 257 | bevel_w, resize_w, resize_h, snap_w, snap_h; |
258 | } frame; | 258 | } frame; |
259 | 259 | ||
260 | enum { F_NoInput = 0, F_Passive, F_LocallyActive, F_GloballyActive }; | 260 | enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; |
261 | 261 | ||
262 | void createButton(int type, ButtonEventProc, ButtonEventProc, ButtonDrawProc); | 262 | void createButton(int type, ButtonEventProc, ButtonEventProc, ButtonDrawProc); |
263 | Window findTitleButton(int type); | 263 | Window findTitleButton(int type); |