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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user