projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more tweaks for release
[wxWidgets.git]
/
include
/
wx
/
html
/
helpfrm.h
diff --git
a/include/wx/html/helpfrm.h
b/include/wx/html/helpfrm.h
index b227572e2b002d941a6d65b46b469d59ff5dfd5d..79fc39960db3f4ef80736964c572f2f2838e1fa5 100644
(file)
--- a/
include/wx/html/helpfrm.h
+++ b/
include/wx/html/helpfrm.h
@@
-61,7
+61,7
@@
enum
typedef struct
{
-
long
x, y, w, h;
+
int
x, y, w, h;
long sashpos;
bool navig_on;
}
@@
-151,7
+151,8
@@
class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame
enum {
IMG_Book = 0,
IMG_Folder,
- IMG_Page
+ IMG_Page,
+ IMG_RootFolder
};
protected: