Commit Graph

20 Commits

Author SHA1 Message Date
pelya
062da2afb8 Minor compilation fix 2018-12-21 23:26:26 +02:00
Sergii Pylypenko
60ded3c4ff Menu key will do Ctrl-Z 2018-12-21 23:26:25 +02:00
pelya
85bef5b8cb Disabled SDL_Quit(), it's buggy 2018-12-21 23:26:25 +02:00
Sergii Pylypenko
6e6ed28868 Enabled partial rect update 2018-12-21 23:26:25 +02:00
Sergii Pylypenko
cd28e9878b Partial update doesn't really work, there are GFX bugs everywhere 2018-12-21 23:26:25 +02:00
Sergii Pylypenko
94795ad286 Lowered FPS for better CPU usage, added support for DAMAGE extension 2018-12-21 23:26:24 +02:00
pelya
f90fd099e1 Touchpen pressure support 2018-12-21 23:23:42 +02:00
pelya
49c7d3a86d Back key invokes text input 2018-12-21 23:19:55 +02:00
pelya
c29c1be8a6 Added data package 2018-12-21 23:13:12 +02:00
pelya
4a8fa4287a Android build compiles but does not link 2018-12-21 22:50:21 +02:00
pelya
c6435621ca Fixes to input events 2018-12-21 22:49:43 +02:00
pelya
b9b81c9a75 Compilation fixes for Xsdl 2018-12-21 22:49:41 +02:00
pelya
4d640117fb Added back SDL backend, did not try to compile it yet 2018-12-21 22:49:00 +02:00
Peter Hutterer
52bc6d9449 kdrive: Purge Xsdl
From the original Xsdl commit:
"sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
anyone uses this in production, a big scary monster will eat them.
hrm, perhaps i should make it have a --i-know-what-i'm-doing
param that it doens't start without, heh"

That should be reason enough to not spend time maintaing it. Also, no more
elephants.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-20 13:32:47 +10:00
Yaakov Selkowitz
9bc4e88d84 Define ddxBeforeReset stubs in platform-neutral DDXs
XWin uses ddxBeforeReset, which is called in DIX.  Other DDXs need to
define these in order to avoid an undefined symbol error at link time
when building alongside XWin.  Xnest and Xvfb already provide empty stubs;
this does the same for Xdmx and the platform-neutral KDrive servers.

Also add a prototype to avoid a warning in all DDXs.

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-15 08:06:53 -07:00
Peter Hutterer
447bd4ce90 kdrive: fix sdl build by removing old keySymsRec references.
These are set in kinput now through InitKeyboardDeviceStruct.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-09 10:31:15 +10:00
Adam Jackson
4d76075dbb Death to RCS tags. 2007-06-29 14:06:52 -04:00
Daniel Stone
332f179db7 kdrive/sdl: fix compilation 2006-11-08 15:30:03 +02:00
Adam Jackson
7fd73d2953 Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h 2005-12-27 08:29:50 +00:00
Jaymz Julian
6c412a43e4 sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
anyone uses this in production, a big scary monster will eat them. hrm,
    perhaps i should make it have a --i-know-what-i'm-doing param that it
    doens't start without, heh
2004-02-28 09:47:55 +00:00