From e0c20725c8c7b516ed500b570fcf134534efd6b3 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 21 Apr 2011 13:06:37 +0200 Subject: s/USE_OGL/USE_OPENGL This is more explicit about what it does, and not much longer --- client/red_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/red_client.cpp') diff --git a/client/red_client.cpp b/client/red_client.cpp index 7fd2b5e9..56a3e22e 100644 --- a/client/red_client.cpp +++ b/client/red_client.cpp @@ -811,7 +811,7 @@ void RedClient::calc_pixmap_cach_and_glz_window_size(uint32_t display_channels_h void RedClient::on_display_mode_change() { -#ifdef USE_OGL +#ifdef USE_OPENGL Lock lock(_channels_lock); Channels::iterator iter = _channels.begin(); for (; iter != _channels.end(); ++iter) { -- cgit