1
0
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:
dan
2000-06-22 23:01:27 +00:00
parent c87c53fbe5
commit 9d4dae947b
+3 -7
View File
@@ -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;