diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-31 10:00:10 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-31 12:25:31 -0500 |
| commit | 52369e319f11e1189e8980f64974236eeb4de96e (patch) | |
| tree | 53a1092786938f55aaee99f2678a885c454fbb1c /openbox/menuframe.h | |
| parent | 73c9a0e06b0248d430aac1c2c91f44a6a9dbac04 (diff) | |
simplify window.h macros, and rename the window types to ObWindowClass for consistent name style
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 06975972..ea1003de 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -38,7 +38,7 @@ extern GList *menu_frame_visible; struct _ObMenuFrame { /* stuff to be an ObWindow */ - Window_InternalType type; + ObWindow type; Window window; struct _ObMenu *menu; |
