Feature #1028
Implement GlWndProc for X11
| Status: | Closed | Start date: | 07/24/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100%  | 
||
| Category: | OS: GNU/Linux | |||
| Target version: | Version 0.8.0 | 
Description
There is a GlWndProc function for Windows and not for X11 events or Mac OS.
We should add one to be able to :
- listen window position changes
 - listen window size changes
 - optimize some parts where we are requesting window size even if size hasn't changed
 - forward Qt or other externals events to OpenGL driver (don't need to transform externals events to native ones)
 - simplify some existing parts
 - implement copy/paste
 - listen when user click on close button
 - activate/deactivate window
 - etc...
 
Related issues
History
#1
    
    
    Updated by kervala about 8 years ago
    
    - Status changed from Assigned to Resolved
 - % Done changed from 0 to 100
 
Applied in changeset r527.
#2
    
    
    Updated by kervala about 8 years ago
    
    - Target version set to Version 0.8.0
 
#3
    
    
    Updated by kervala about 8 years ago
    
    - Category changed from NeL: General to OS: GNU/Linux
 
#4
    
    
    Updated by kervala almost 8 years ago
    
    - Status changed from Resolved to Closed