]> code.delx.au - gnu-emacs/blobdiff - src/nsterm.h
Implement horizontal scroll bars on NS
[gnu-emacs] / src / nsterm.h
index 0aea9cca112e92638bb3f46167583f661bc703a7..6cad337f3f866798c28c35d17332230a073cee15 100644 (file)
@@ -676,11 +676,13 @@ char const * nstrace_fullscreen_type_name (int);
    /* offset to the bottom of knob of last mouse down */
    CGFloat last_mouse_offset;
    float min_portion;
-   int pixel_height;
+   int pixel_length;
    enum scroll_bar_part last_hit_part;
 
    BOOL condemned;
 
+   BOOL horizontal;
+
    /* optimize against excessive positioning calls generated by emacs */
    int em_position;
    int em_portion;