From 87af36830c89ec31af76f46786f05ea2e73606a3 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 18 Mar 2013 15:57:58 +0100 Subject: [PATCH] Added reference to example source file. --- docs/quick.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/quick.dox b/docs/quick.dox index 56b07616..72165fb5 100644 --- a/docs/quick.dox +++ b/docs/quick.dox @@ -270,6 +270,7 @@ keyboard input, it's possible to create a simple program. This program creates a 640 by 480 pixels window and runs a loop clearing the screen, rendering a triangle and processing events until the user closes the -window. +window. It can be found in the source distribution as `examples/simple.c`, and +is by default compiled along with all other examples when you build GLFW. */