mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-27 04:35:52 +01:00
Added a missing enum that made compilation fail
This commit is contained in:
@@ -203,6 +203,12 @@ enum {
|
|||||||
} WMRulerMargins;
|
} WMRulerMargins;
|
||||||
|
|
||||||
|
|
||||||
|
/* Insert type for WMText */
|
||||||
|
typedef enum {
|
||||||
|
itAppend=0,
|
||||||
|
itPrepend
|
||||||
|
} InsertType;
|
||||||
|
|
||||||
|
|
||||||
/* drag operations */
|
/* drag operations */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
@@ -513,8 +519,8 @@ typedef void WMParseAction(WMWidget *self, void *clientData, short type);
|
|||||||
/* these are the things parsers (for text) do */
|
/* these are the things parsers (for text) do */
|
||||||
|
|
||||||
typedef struct _parserActions {
|
typedef struct _parserActions {
|
||||||
void *(*createParagraph) (short fmargin, short bmargin,
|
void *(*createParagraph) (short fmargin, short bmargin, short rmargin,
|
||||||
short rmargin, short *tabstops, short numTabs, WMAlignment a);
|
short *tabstops, short numTabs, WMAlignment a);
|
||||||
void (*insertParagraph) (WMText *tPtr, void *para, InsertType type);
|
void (*insertParagraph) (WMText *tPtr, void *para, InsertType type);
|
||||||
void *(*createPChunk) (WMPixmap *pixmap, short script, ushort ul);
|
void *(*createPChunk) (WMPixmap *pixmap, short script, ushort ul);
|
||||||
void *(*createTChunk) (char *text, short chars, WMFont *font,
|
void *(*createTChunk) (char *text, short chars, WMFont *font,
|
||||||
|
|||||||
Reference in New Issue
Block a user