mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-26 19:01:25 +02:00
Guess what? Yep, another wmtext update. Now this was all, please go to
your homes.
This commit is contained in:
+3
-7
@@ -13,20 +13,16 @@
|
||||
/* if monoFont, ignore pixmaps, colors, fonts, script, underline */
|
||||
|
||||
|
||||
//#include <WINGs.h>
|
||||
#include <WMaker.h>
|
||||
#include <WINGsP.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#if 0
|
||||
#include "wruler.h"
|
||||
#include "wtext.h"
|
||||
#endif
|
||||
|
||||
void wgdbFree(void *ptr)
|
||||
{ if(!ptr) printf("err... cannot ");
|
||||
{
|
||||
if(!ptr) printf("err... cannot ");
|
||||
printf("gdbFree [%p]\n", ptr);
|
||||
wfree(ptr);
|
||||
}
|
||||
@@ -59,7 +55,7 @@ typedef struct _Chunk {
|
||||
short ul:1; /* underlined or not */
|
||||
ChunkType type:1; /* a "Text" or "Image" chunk */
|
||||
short script:4; /* script in points: negative for subscript */
|
||||
//hrmm selec...
|
||||
/* hrmm selec... */
|
||||
ushort selected;
|
||||
ushort sStart;
|
||||
ushort sEnd;
|
||||
|
||||
Reference in New Issue
Block a user