15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
$OpenBSD: patch-ui_cc,v 1.2 2002/09/08 07:43:52 mark Exp $
|
|
--- ui.cc.orig Wed Jun 7 22:41:06 2000
|
|
+++ ui.cc Sun Sep 8 00:38:45 2002
|
|
@@ -1,8 +1,8 @@
|
|
+#include <math.h>
|
|
+#include <stdlib.h>
|
|
#include "font.h"
|
|
#include "icons.h"
|
|
#include "syna.h"
|
|
-#include <math.h>
|
|
-#include <stdlib.h>
|
|
|
|
void putChar(unsigned char character,int x,int y,int red,int blue) {
|
|
unsigned short *ptr = ((unsigned short *)output) + x + y*outWidth;
|