1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

removed compile warnings in wmtext :-)

This commit is contained in:
nwanua
2000-07-20 16:51:54 +00:00
parent ec6dce9c42
commit dbbddf95e2
4 changed files with 559 additions and 155 deletions

View File

@@ -329,9 +329,9 @@ static void handleEvents(XEvent * event, void *data)
if (verifyMarkerMove(rPtr, event->xmotion.x)) {
GC gc = WMColorGC(WMDarkGrayColor(rPtr->view->screen));
paintRuler(rPtr);
if (rPtr->moveAction)
(rPtr->moveAction) (rPtr, rPtr->clientData);
paintRuler(rPtr);
XSetLineAttributes(rPtr->view->screen->display, gc, 1,
LineSolid, CapNotLast, JoinMiter);
XDrawLine(rPtr->pview->screen->display,