mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-13 21:35:45 +01:00
- fixed a frame size in WPrefs menu editor
- removed // comments - commented out printfs in unfinished selection code
This commit is contained in:
@@ -654,7 +654,7 @@ void WMDeleteEventHandler(WMView *view, unsigned long mask,
|
||||
|
||||
int WMIsDoubleClick(XEvent *event);
|
||||
|
||||
//int WMIsTripleClick(XEvent *event);
|
||||
/*int WMIsTripleClick(XEvent *event);*/
|
||||
|
||||
void WMNextEvent(Display *dpy, XEvent *event);
|
||||
|
||||
@@ -1651,11 +1651,11 @@ void WMGetTextBlockProperties(WMText *tPtr, void *vtb, unsigned int *first,
|
||||
|
||||
int WMGetTextInsertType(WMText *tPtr);
|
||||
|
||||
//int WMGetTextBlocks(WMText *tPtr);
|
||||
/*int WMGetTextBlocks(WMText *tPtr);
|
||||
|
||||
//void WMSetCurrentTextBlock(WMText *tPtr, int current);
|
||||
void WMSetCurrentTextBlock(WMText *tPtr, int current);
|
||||
|
||||
//int WMGetCurrentTextBlock(WMText *tPtr);
|
||||
int WMGetCurrentTextBlock(WMText *tPtr);*/
|
||||
|
||||
void WMPrependTextBlock(WMText *tPtr, void *vtb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user