Convert crlf->lf line endings.
[mesa.git] / src / glut / os2 / glut_keyup.cpp
index ada758e2774ad2cb16e66f5ff5c3a91e246cdb53..c33770f1be0ed911d54a2bdf4cc956dd8a2e6cf1 100644 (file)
@@ -1,29 +1,29 @@
-\r
-/* Copyright (c) Mark J. Kilgard, 1997. */\r
-\r
-/* This program is freely distributable without licensing fees\r
-   and is provided without guarantee or warrantee expressed or\r
-   implied. This program is -not- in the public domain. */\r
-\r
-#include <stdlib.h>\r
-\r
-#include "glutint.h"\r
-\r
-/* CENTRY */\r
-void GLUTAPIENTRY\r
-glutKeyboardUpFunc(GLUTkeyboardCB keyboardUpFunc)\r
-{\r
-  __glutChangeWindowEventMask(KeyReleaseMask,\r
-    keyboardUpFunc != NULL || __glutCurrentWindow->specialUp != NULL);\r
-  __glutCurrentWindow->keyboardUp = keyboardUpFunc;\r
-}\r
-\r
-void  GLUTAPIENTRY\r
-glutSpecialUpFunc(GLUTspecialCB specialUpFunc)\r
-{\r
-  __glutChangeWindowEventMask(KeyReleaseMask,\r
-    specialUpFunc != NULL || __glutCurrentWindow->keyboardUp != NULL);\r
-  __glutCurrentWindow->specialUp = specialUpFunc;\r
-}\r
-\r
-/* ENDCENTRY */\r
+
+/* Copyright (c) Mark J. Kilgard, 1997. */
+
+/* This program is freely distributable without licensing fees
+   and is provided without guarantee or warrantee expressed or
+   implied. This program is -not- in the public domain. */
+
+#include <stdlib.h>
+
+#include "glutint.h"
+
+/* CENTRY */
+void GLUTAPIENTRY
+glutKeyboardUpFunc(GLUTkeyboardCB keyboardUpFunc)
+{
+  __glutChangeWindowEventMask(KeyReleaseMask,
+    keyboardUpFunc != NULL || __glutCurrentWindow->specialUp != NULL);
+  __glutCurrentWindow->keyboardUp = keyboardUpFunc;
+}
+
+void  GLUTAPIENTRY
+glutSpecialUpFunc(GLUTspecialCB specialUpFunc)
+{
+  __glutChangeWindowEventMask(KeyReleaseMask,
+    specialUpFunc != NULL || __glutCurrentWindow->keyboardUp != NULL);
+  __glutCurrentWindow->specialUp = specialUpFunc;
+}
+
+/* ENDCENTRY */