freebsd-ports/x11/temperature.app/files/patch-Xpm.cc
Koichiro Iwao cb9f5bae24 x11/temperature.app: Update to 1.5
While here,
- Update MASTER_SITES and WWW

PR:		235608
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>  (maintainer)
2019-02-11 04:39:47 +00:00

19 lines
391 B
C++

--- Xpm.cc.orig 2010-02-07 06:48:35 UTC
+++ Xpm.cc
@@ -23,10 +23,14 @@
#include <X11/xpm.h>
#include <X11/extensions/shape.h>
#include <iostream>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
#include "Temperature.h"
#include "Xpm.h"
+
+using std::cerr;
+using std::cout;
+using std::endl;
Xpm::Xpm(Display* display, Window root, char** data)
{